diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-14 14:26:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 14:26:39 +0000 |
commit | be9e704c0495d5861442f4f8d0fe78492c9490d4 (patch) | |
tree | 47ccaefa4ef70387fdf91cf5c5d13b0498f804d3 /requirements.txt | |
parent | d4ce13ddfdff0d0930c75d8f9db7b6cf57526361 (diff) | |
download | searxng-be9e704c0495d5861442f4f8d0fe78492c9490d4.tar.gz searxng-be9e704c0495d5861442f4f8d0fe78492c9490d4.zip |
Bump jinja2 from 2.11.3 to 3.0.0
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.0.0.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
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 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 |