Skip to content

Commit 2b483cb

Browse files
Update flask requirement from <2.3,>=2.2 to >=2.2,<3.1
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]>
1 parent fc91c90 commit 2b483cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test = [
5454
"Pillow >=9.4.0, <10.1.0",
5555
"python-multipart ==0.0.6",
5656
"fastapi >=0.92, <0.104",
57-
"Flask >=2.2, <2.3",
57+
"Flask >=2.2, <3.1",
5858
"Flask-SQLAlchemy >=3.0,<3.2"
5959
]
6060
doc = [

0 commit comments

Comments
 (0)