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 1, 2023
1 parent fc91c90 commit 2b483cb
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 = [
"Pillow >=9.4.0, <10.1.0",
"python-multipart ==0.0.6",
"fastapi >=0.92, <0.104",
"Flask >=2.2, <2.3",
"Flask >=2.2, <3.1",
"Flask-SQLAlchemy >=3.0,<3.2"
]
doc = [
Expand Down

0 comments on commit 2b483cb

Please sign in to comment.