diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-05-15 06:52:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-15 06:52:19 +0000 |
| commit | 9e9a1ac6c3bb520e6813eead47b74a81ea9793f0 (patch) | |
| tree | 0beb06f15dc04318e36f4daec1b1eb87d944b877 | |
| parent | 5b1f04fff091ce9b61cd6167993ab44a9b8874bf (diff) | |
| parent | be9e704c0495d5861442f4f8d0fe78492c9490d4 (diff) | |
Merge pull request #72 from searxng/dependabot/pip/master/jinja2-3.0.0
Bump jinja2 from 2.11.3 to 3.0.0
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 53bb6cea7..f77154071 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==2020.12.05 babel==2.9.1 flask-babel==2.0.0 flask==1.1.2 -jinja2==2.11.3 +jinja2==3.0.0 lxml==4.6.3 pygments==2.8.1 python-dateutil==2.8.1 |