Skip to content

Commit

Permalink
build(deps-dev): update flask requirement from <3 to <4 in /python-flask
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@0.1...3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 03c958a commit 16b6703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-flask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.rst"
dependencies = [
"crash",
"crate",
"flask<3",
"flask<4",
"flask-restful<1",
"flask-cors<4",
"itsdangerous<3",
Expand Down

0 comments on commit 16b6703

Please sign in to comment.