Skip to content

Commit

Permalink
Update flask requirement from <3,>=2.0 to >=2.0,<4 (#5157)
Browse files Browse the repository at this point in the history
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Nov 15, 2024
1 parent 74eaf4b commit 42c7caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
connexion[swagger-ui]>=2.10.0, <3
flask>=2.0,<3
flask>=2.0,<4
werkzeug>=2.0,<4
flask-cors==5.0.0
gunicorn==23.0.0
Expand Down

0 comments on commit 42c7caa

Please sign in to comment.