diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-28 07:56:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 07:56:49 +0000 |
commit | 18c8ac0683dfc272c78ab7dc9119d0d38f3839a7 (patch) | |
tree | 048bb75b56c1aed2a49f404b61e6885bcb180733 /requirements.txt | |
parent | 216751dac86be8836434cf9a666da4f5a4ac2444 (diff) | |
download | searxng-18c8ac0683dfc272c78ab7dc9119d0d38f3839a7.tar.gz searxng-18c8ac0683dfc272c78ab7dc9119d0d38f3839a7.zip |
Bump flask from 2.2.3 to 2.3.1
Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 2.3.1.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/2.3.1/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.2.3...2.3.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 18778af5f..d5369e788 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.2.3 +flask==2.3.1 jinja2==3.1.2 lxml==4.9.2 pygments==2.15.1 |