diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-05-15 16:55:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-15 16:55:54 +0000 |
| commit | 1970d28a60f9727f889362ff1ca2206e7210268b (patch) | |
| tree | 0eec335320f00e5c239ff7da356dc9f12201a1d3 | |
| parent | 7c21552b1b9527319a0491f9778c8046097471ac (diff) | |
| parent | 1b26bbcd8fa36cd6e1019c138ce0d1dbed08ef84 (diff) | |
Merge pull request #63 from searxng/dependabot/pip/master/pygments-2.9.0
Bump pygments from 2.8.1 to 2.9.0
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ab0db447f..fb146dd16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-babel==2.0.0 flask==1.1.2 jinja2==2.11.3 lxml==4.6.3 -pygments==2.8.1 +pygments==2.9.0 python-dateutil==2.8.1 pyyaml==5.4.1 httpx[http2]==0.17.1 |