diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-17 12:57:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 12:57:51 +0000 |
commit | 594e5498392cf6d1bef0556db73c7da0eeccd2cd (patch) | |
tree | 21f7bc75c5038c24e718ce6bdda687b62b5ec6b3 /requirements.txt | |
parent | 555bea6f246563d25d3202a584c51d39f47d8006 (diff) | |
download | searxng-594e5498392cf6d1bef0556db73c7da0eeccd2cd.tar.gz searxng-594e5498392cf6d1bef0556db73c7da0eeccd2cd.zip |
Bump flask from 1.1.2 to 2.0.1
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.0.1.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/1.1.2...2.0.1)
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 175e6d8ee..182b74425 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2021.5.30 babel==2.9.1 flask-babel==2.0.0 -flask==1.1.2 +flask==2.0.1 jinja2==3.0.1 lxml==4.6.3 pygments==2.9.0 |