Skip to content

Commit 574b027

Browse files
chore(deps): update falcon requirement from <4,>=2 to >=2,<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@2.0.0...4.0.2) --- updated-dependencies: - dependency-name: falcon dependency-version: 4.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1ac14f commit 574b027

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
@@ -7,7 +7,7 @@ chalice<=1.27.3; python_version=="3.6"
77
chalice>=1.28,<2; python_version>"3.6"
88
CherryPy>=18,<19
99
Django>=3,<6
10-
falcon>=2,<4; python_version<"3.11"
10+
falcon>=2,<5; python_version<"3.11"
1111
falcon>=3.1.1,<5; python_version>="3.11"
1212
fastapi>=0.70.0,<1
1313
Flask>=1,<4

0 commit comments

Comments
 (0)