From c5cba41c7d6136574da6ea4991e96b7b78308300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:03:58 +0000 Subject: [PATCH] Update django requirement from <5,>=3 to >=3,<6 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/3.0...5.0.3) --- updated-dependencies: - dependency-name: django 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 0f65e38b3..c0efca4c6 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -6,7 +6,7 @@ bottle>=0.12,<1 chalice<=1.27.3; python_version=="3.6" chalice>=1.28,<2; python_version>"3.6" CherryPy>=18,<19 -Django>=3,<5 +Django>=3,<6 falcon>=2,<4; python_version<"3.11" falcon>=3.1.1,<4; python_version>="3.11" fastapi>=0.70.0,<1