diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-15 07:27:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 07:27:25 +0000 |
commit | 876b6fa61054ab89c9e66274e9d783a7441e8fde (patch) | |
tree | 339025e7f2446b918c21fc1a6d2036b7457acacc | |
parent | abd9b271bc1c4cc4dc1ee531944ce27c1e2734cc (diff) | |
download | searxng-dependabot/pip/master/flask-3.1.0.tar.gz searxng-dependabot/pip/master/flask-3.1.0.zip |
[upd] pypi: Bump flask from 3.0.3 to 3.1.0dependabot/pip/master/flask-3.1.0
Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.0.
- [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/3.0.3...3.1.0)
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d7cc5b630..d8a5bc097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2024.8.30 babel==2.16.0 flask-babel==4.0.0 -flask==3.0.3 +flask==3.1.0 jinja2==3.1.4 lxml==5.3.0 pygments==2.18.0 |