Skip to content

Commit

Permalink
Bump flask from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 1180f11 commit e0d41d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"sqlalchemy==2.0.25",
],
extras_require={
"webapp": ['gunicorn==21.2.0', "flask==3.0.0", "flask-login==0.6.3"],
"webapp": ['gunicorn==21.2.0', "flask==3.0.1", "flask-login==0.6.3"],
},
cmdclass=versioneer.get_cmdclass(),
entry_points={
Expand Down

0 comments on commit e0d41d8

Please sign in to comment.