Skip to content

Commit bd08a4c

Browse files
chore(deps): update falcon requirement from <4,>=3.1.1 to >=3.1.1,<5
Updates the requirements on [falcon](https://github.com/falconry/falcon) to permit the latest version. - [Release notes](https://github.com/falconry/falcon/releases) - [Changelog](https://github.com/falconry/falcon/blob/master/RELEASE.md) - [Commits](falconry/falcon@3.1.1...4.0.1) --- updated-dependencies: - dependency-name: falcon dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de734ef commit bd08a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chalice>=1.28,<2; python_version>"3.6"
88
CherryPy>=18,<19
99
Django>=3,<6
1010
falcon>=2,<4; python_version<"3.11"
11-
falcon>=3.1.1,<4; python_version>="3.11"
11+
falcon>=3.1.1,<5; python_version>="3.11"
1212
fastapi>=0.70.0,<1
1313
Flask>=1,<4
1414
Werkzeug>=2,<4

0 commit comments

Comments
 (0)