From 13977fb30652a69c2cea919243986b040e3f4407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 01:54:13 +0000 Subject: [PATCH] [deps] Update django requirement Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/3.2.18...5.0.7) --- 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 cf18552..5ed26e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Does not supports Django 4.0.0 -django>=3.2.18,!=4.0.*,<4.3 +django>=3.2.18,!=4.0.0.a,<5.1 openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/master jsonfield>=3.1.0,<4.0.0 cryptography~=43.0.0