Skip to content

Commit a451db8

Browse files
chore(deps-dev): update flask requirement from <4,>=1 to >=3.1.3,<4
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@1.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 595aa97 commit a451db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Django>=4.2.30,<6; python_version>="3.8"
1212
falcon>=2,<4; python_version<"3.9"
1313
falcon>=4.2.0,<5; python_version>="3.9"
1414
fastapi>=0.70.0,<1
15-
Flask>=1,<4
15+
Flask>=3.1.3,<4
1616
Werkzeug>=2,<3; python_version<"3.9"
1717
Werkzeug>=3.1.8,<4; python_version>="3.9"
1818
pyramid>=1,<3

0 commit comments

Comments
 (0)