diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-02 00:34:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 00:34:40 +0000 |
commit | bcd3cafbd6816607a38725bc8f59e5d8834b8429 (patch) | |
tree | c3c1cd1f098e7ee68cca79ed2d12ca1eb7ce1f10 /requirements.txt | |
parent | 9967fbb7d14170f443c6cfb6938d444ecff3f442 (diff) | |
download | searxng-bcd3cafbd6816607a38725bc8f59e5d8834b8429.tar.gz searxng-bcd3cafbd6816607a38725bc8f59e5d8834b8429.zip |
Bump flask from 2.3.1 to 2.3.2
Bumps [flask](https://github.com/pallets/flask) from 2.3.1 to 2.3.2.
- [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.3.1...2.3.2)
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
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 d5369e788..6c718c1a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2022.12.7 babel==2.12.1 flask-babel==3.1.0 -flask==2.3.1 +flask==2.3.2 jinja2==3.1.2 lxml==4.9.2 pygments==2.15.1 |