Skip to content

Commit

Permalink
Update flask requirement from <2.3,>=2.2 to >=2.2,<3.1
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.2.0...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 Nov 27, 2023
1 parent d22ae8d commit 4b55a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test = [
"python-multipart ==0.0.6",
"sqlmodel >=0.0.11, <0.0.13",
"fastapi >=0.92, <0.105",
"Flask >=2.2, <2.3",
"Flask >=2.2, <3.1",
"Flask-SQLAlchemy >=3.0,<3.2"
]
cov = [
Expand Down

0 comments on commit 4b55a0d

Please sign in to comment.