diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-08 09:36:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-08 09:36:44 +0200 |
| commit | 4e2276f50d9020b1d6a687e7e0c0d293b0de4625 (patch) | |
| tree | 734e7d9ba4d741e28764da8c81447572bbae4257 | |
| parent | 7996a3051244f68c54e43f4e37203e23a6f4ce64 (diff) | |
| parent | 4a344948e782611b610fa4bf8b7919f807d7987b (diff) | |
Merge pull request #393 from searxng/dependabot/pip/master/jinja2-3.0.2
Bump jinja2 from 3.0.1 to 3.0.2
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b38aedcb4..3a757c1c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==2021.5.30 babel==2.9.1 flask-babel==2.0.0 flask==2.0.1 -jinja2==3.0.1 +jinja2==3.0.2 lxml==4.6.3 pygments==2.10.0 python-dateutil==2.8.2 |