From 8287b5bd8a81f85efabfb9495d9d09119e647535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:49:54 +0000 Subject: [PATCH] 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](https://github.com/falconry/falcon/compare/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] --- requirements/adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index f731a12af..6618f2b6f 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -7,7 +7,7 @@ chalice<=1.27.3; python_version=="3.6" chalice>=1.28,<2; python_version>"3.6" CherryPy>=18,<19 Django>=3,<6 -falcon>=2,<4; python_version<"3.11" +falcon>=2,<5; python_version<"3.11" falcon>=3.1.1,<5; python_version>="3.11" fastapi>=0.70.0,<1 Flask>=1,<4