diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-11 07:56:45 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-11 10:54:50 +0200 |
commit | 9d8a20891aa3a122ba9f86b0855bb8232190f7c5 (patch) | |
tree | 987ced174ed5dce1275e17c6144c8d4b04f705b0 /requirements.txt | |
parent | 99df7b84d197e0404ffa297b705a8270b1992151 (diff) | |
download | searxng-9d8a20891aa3a122ba9f86b0855bb8232190f7c5.tar.gz searxng-9d8a20891aa3a122ba9f86b0855bb8232190f7c5.zip |
Bump pygments from 2.15.1 to 2.16.1
Bumps [pygments](https://github.com/pygments/pygments) from 2.15.1 to 2.16.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.15.1...2.16.1)
---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4d0b8da8e..3c91fa5c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-babel==3.1.0 flask==2.3.2 jinja2==3.1.2 lxml==4.9.3 -pygments==2.15.1 +pygments==2.16.1 python-dateutil==2.8.2 pyyaml==6.0.1 httpx[http2]==0.21.2 |