diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-04-26 17:19:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-26 17:19:59 +0000 |
| commit | e6deddbc70647afe71002206ca3bb049d779c732 (patch) | |
| tree | 090903a8ad17e553a928799fcffd1516077c6da8 /requirements.txt | |
| parent | 26de9f5c2b68effec70f47591ba285bc011243b6 (diff) | |
| parent | 6b92e8c6fd0d95b81f051ef73936292eba94aba5 (diff) | |
Merge pull request #2 from searxng/dependabot/pip/master/pygments-2.8.1
Bump pygments from 2.8.0 to 2.8.1 and run
./manage pyenv.cmd searx_extra/update/update_pygments.py
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 cc3235d01..b123de78e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask==1.1.2 idna==2.10 jinja2==2.11.3 lxml==4.6.3 -pygments==2.8.0 +pygments==2.8.1 python-dateutil==2.8.1 pyyaml==5.4.1 httpx[http2]==0.17.1 |