diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-12 09:22:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 09:22:37 +0100 |
| commit | e030b543fb93a140739dd5cfbb9bb5e91c6e9411 (patch) | |
| tree | 3b7716bf02c285e83ea2bd43742c140a17a5d625 | |
| parent | 93b831c11dc14cd3142cd3465dab52614ecdddb4 (diff) | |
| parent | 3b4dbdda02b403abb219b5ff04182a51f5d3f9b4 (diff) | |
Merge pull request #495 from searxng/dependabot/pip/master/jinja2-3.0.3
Bump jinja2 from 3.0.2 to 3.0.3
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 12800d885..2dfa37922 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==2021.10.8 babel==2.9.1 flask-babel==2.0.0 flask==2.0.2 -jinja2==3.0.2 +jinja2==3.0.3 lxml==4.6.4 pygments==2.10.0 python-dateutil==2.8.2 |