From 2497f57ac944a04cf130e14ccb3dd4a0f4c53db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:39:30 +0000 Subject: [PATCH] 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