diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-12-31 09:29:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-31 09:29:29 +0100 |
| commit | 021b4a0a0274817967988063e032b438a4664dbb (patch) | |
| tree | 27d842feeb8c7a111cbc3950dd41b62ec6060fdd /requirements.txt | |
| parent | cd6b64156b55de4abfa9f6370dbb54544309960d (diff) | |
| parent | efbcaaab3bca0be52771eff9a8dac79d41aaf331 (diff) | |
Merge pull request #667 from searxng/dependabot/pip/master/pygments-2.11.0
Bump pygments from 2.10.0 to 2.11.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 66c8c8ec4..e42c1fb7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-babel==2.0.0 flask==2.0.2 jinja2==3.0.3 lxml==4.7.1 -pygments==2.10.0 +pygments==2.11.0 python-dateutil==2.8.2 pyyaml==6.0 httpx[http2]==0.19.0 |