Skip to content

Commit 6b15876

Browse files
chore(deps): update falcon requirement from <5,>=2 to >=4.2.0,<5 (#1491)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com>
1 parent 1def807 commit 6b15876

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/adapter.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ chalice>=1.28,<2;
77
cheroot<12
88
CherryPy>=18,<19
99
Django>=3,<6
10-
falcon>=2,<5; python_version<"3.11"
11-
falcon>=3.1.1,<5; python_version>="3.11"
10+
falcon>=2,<4; python_version<"3.9"
11+
falcon>=4.2.0,<5; python_version>="3.9"
1212
fastapi>=0.70.0,<1
1313
Flask>=1,<4
1414
Werkzeug>=2,<3; python_version<"3.9"

0 commit comments

Comments
 (0)