From 6b684ed788d7938d11b62339c0d0c7a7c1d739d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 00:49:29 +0000 Subject: [PATCH] Bump django from 3.2.25 to 4.2.20 Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.20. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.20) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.20 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 4c9f589..a4abe87 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -7,7 +7,7 @@ m2r sphinx-notfound-page # for extracting model docs -django==3.2.25 +django==4.2.20 djangorestframework==3.14.0 django-mptt==0.16.0 rsa==3.4.2 diff --git a/setup.py b/setup.py index 1126f58..574eb21 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'morango'}, include_package_data=True, install_requires=[ - "django>=3,<4", + "django>=3,<5", "django-mptt>0.10.0", "rsa<4.10", "djangorestframework>3.10",