Skip to content

Commit

Permalink
Bump flask from 3.0.3 to 3.1.0
Browse files Browse the repository at this point in the history
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](pallets/flask@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent b50b886 commit 540dbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask==3.0.3
flask==3.1.0
google-cloud-storage==2.18.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
setup_requires=[
"wheel",
],
install_requires=["flask==3.0.3"],
install_requires=["flask==3.1.0"],
extras_require={
"aws": ["boto3==1.35.28"],
"docker": ["gunicorn==23.0.0"],
Expand Down

0 comments on commit 540dbd8

Please sign in to comment.