From a1e6feb999530416bf749670c7b3ce555c723b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:58:27 +0000 Subject: [PATCH] chore(deps): update falcon requirement from <4,>=3.1.1 to >=3.1.1,<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/3.1.1...4.0.1) --- updated-dependencies: - dependency-name: falcon 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 1dc0d5d60..4b2cffbbc 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -8,7 +8,7 @@ chalice>=1.28,<2; python_version>"3.6" CherryPy>=18,<19 Django>=3,<6 falcon>=2,<4; python_version<"3.11" -falcon>=3.1.1,<4; python_version>="3.11" +falcon>=3.1.1,<5; python_version>="3.11" fastapi>=0.70.0,<1 Flask>=1,<4 Werkzeug>=2,<4