diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-01-06 08:40:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-06 08:40:46 +0100 |
| commit | b241015e930030c0d7d5a152439d9dc48060dd6c (patch) | |
| tree | 30a838899961c1adfd41c16d7ce6d5c4d214a221 /requirements.txt | |
| parent | 269a72ee97ec07658bcc146c2314a75256355324 (diff) | |
| parent | e9a7a6aea639311e9427b93cc48c303a73b314bf (diff) | |
Merge pull request #2078 from searxng/dependabot/pip/master/pygments-2.14.0
Bump pygments from 2.13.0 to 2.14.0
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 ea2616e1a..fe57051c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-babel==2.0.0 flask==2.2.2 jinja2==3.1.2 lxml==4.9.2 -pygments==2.13.0 +pygments==2.14.0 python-dateutil==2.8.2 pyyaml==6.0 httpx[http2]==0.21.2 |