From 92c186132191075b6cfdf0cebb75d0d65e2ac68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:58:45 +0000 Subject: [PATCH 1/3] chore(deps): update falcon requirement from <5,>=2 to >=4.2.0,<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](https://github.com/falconry/falcon/compare/2.0.0...4.2.0) --- updated-dependencies: - dependency-name: falcon dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index c19c7713b..955726671 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -7,7 +7,7 @@ chalice>=1.28,<2; cheroot<12 CherryPy>=18,<19 Django>=3,<6 -falcon>=2,<5; python_version<"3.11" +falcon>=4.2.0,<5; python_version<"3.11" falcon>=3.1.1,<5; python_version>="3.11" fastapi>=0.70.0,<1 Flask>=1,<4 From 6d466eb7e42d93742616e2b047f34ab94ab978fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:25:30 +0000 Subject: [PATCH 2/3] chore(deps): update falcon requirement from <5,>=2 to >=4.2.0,<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](https://github.com/falconry/falcon/compare/2.0.0...4.2.0) --- updated-dependencies: - dependency-name: falcon dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index baa8c1746..7861bfbf5 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -7,7 +7,7 @@ chalice>=1.28,<2; cheroot<12 CherryPy>=18,<19 Django>=3,<6 -falcon>=2,<5; python_version<"3.11" +falcon>=4.2.0,<5; python_version<"3.11" falcon>=3.1.1,<5; python_version>="3.11" fastapi>=0.70.0,<1 Flask>=1,<4 From 0c0dd5eca4f9c3310be22017f3f5d4f92f43e44d Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 5 May 2026 10:34:29 -0400 Subject: [PATCH 3/3] update falcon dependency --- requirements/adapter.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index 7861bfbf5..82eea9ef9 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -7,8 +7,8 @@ chalice>=1.28,<2; cheroot<12 CherryPy>=18,<19 Django>=3,<6 -falcon>=4.2.0,<5; python_version<"3.11" -falcon>=3.1.1,<5; python_version>="3.11" +falcon>=2,<4; python_version<"3.9" +falcon>=4.2.0,<5; python_version>="3.9" fastapi>=0.70.0,<1 Flask>=1,<4 Werkzeug>=2,<3; python_version<"3.9"