]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Update flask requirement from <3.0.0,>=1.1.2 to >=1.1.2,<4.0.0 (#12747)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Nov 2024 11:17:12 +0000 (11:17 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 11:17:12 +0000 (11:17 +0000)
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](https://github.com/pallets/flask/compare/1.1.2...3.0.3)

---
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>
requirements-tests.txt

index f8c860ee8cbea87a8950e3926e48a9d45ac9cd8a..95ec09884f2ae7a23380f329ded775699053daa4 100644 (file)
@@ -5,7 +5,7 @@ coverage[toml] >= 6.5.0,< 8.0
 mypy ==1.8.0
 dirty-equals ==0.6.0
 sqlmodel==0.0.22
-flask >=1.1.2,<3.0.0
+flask >=1.1.2,<4.0.0
 anyio[trio] >=3.2.1,<4.0.0
 PyJWT==2.8.0
 pyyaml >=5.3.1,<7.0.0