From 4bd3edf7af4719a1f5fa37e59b894bb59eb68f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:04:06 +0000 Subject: [PATCH] Update django requirement from <4,>=3.2.14 to >=3.2.14,<6 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/3.2.14...5.1.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a429984c1..c895cf673 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=3.2.14,<4 +Django>=3.2.14,<6 asgiref==3.8.1 configparser==7.1.0 future==1.0.0