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 1/3] [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 From fa5a6bc6d7e43a71bc2f9b4cbc8a2119259af84e Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Sat, 17 Aug 2024 02:41:46 +0530 Subject: [PATCH 2/3] [ci] Added CI build for Django 5 and 5.1 --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 582f599..1398c18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,17 @@ jobs: - django~=3.2.0 - django~=4.1.0 - django~=4.2.0 + - django~=5.0.0 + - django~=5.1.0 + exclude: + - python-version: "3.8" + django-version: django~=5.0.0 + - python-version: "3.8" + django-version: django~=5.1.0 + - python-version: "3.9" + django-version: django~=5.0.0 + - python-version: "3.9" + django-version: django~=5.1.0 steps: - uses: actions/checkout@v4 From 8da69cd178e3d75628207f3d8cf8a4bd659ae902 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 16 Aug 2024 18:04:32 -0400 Subject: [PATCH 3/3] [chores] Django 5.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c30b90..e3aee52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Does not supports Django 4.0.0 -django>=3.2.18,!=4.0.*,<5.1 +django>=3.2.18,!=4.0.*,<5.2 openwisp-utils~=1.1.0 jsonfield>=3.1.0,<4.0.0 cryptography~=43.0.0