Skip to content

Commit 1cc1ab0

Browse files
chore(deps): update falcon requirement from <4,>=2 to >=2,<5 (#1286)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08fd864 commit 1cc1ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)