diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-10 07:52:33 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-05-10 10:00:31 +0200 |
commit | 4c63846c8de8cd3ba5be0018b4d346765ceded60 (patch) | |
tree | 3dd2643f09bc88ccccfa5d494385b833a330a5ac /requirements.txt | |
parent | a615df8accd5f5bf22ee3535a2c9351034a3b42c (diff) | |
download | searxng-4c63846c8de8cd3ba5be0018b4d346765ceded60.tar.gz searxng-4c63846c8de8cd3ba5be0018b4d346765ceded60.zip |
[upd] pypi: Bump pygments from 2.17.2 to 2.18.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.0.
- [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.17.2...2.18.0)
---
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 45c27594a..d87df41c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-babel==4.0.0 flask==3.0.3 jinja2==3.1.4 lxml==5.2.1 -pygments==2.17.2 +pygments==2.18.0 python-dateutil==2.9.0.post0 pyyaml==6.0.1 httpx[http2]==0.24.1 |