diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-01 08:53:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 08:53:01 +0000 |
commit | dbae2728ffda8e92e58877fbf44aa4fcbd1e6da5 (patch) | |
tree | b2366b5f7f6aa1008f1043d4096a535f43abff93 /requirements.txt | |
parent | ed1454cfda1efd34dc78fb36f69b2b08ee7681eb (diff) | |
download | searxng-dbae2728ffda8e92e58877fbf44aa4fcbd1e6da5.tar.gz searxng-dbae2728ffda8e92e58877fbf44aa4fcbd1e6da5.zip |
Bump flask from 2.0.3 to 2.1.1
Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.1.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/2.0.3...2.1.1)
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 31b652000..829bd8e3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2021.10.8 babel==2.9.1 flask-babel==2.0.0 -flask==2.0.3 +flask==2.1.1 jinja2==3.1.0 lxml==4.8.0 pygments==2.11.2 |