From 17b3a8d8e4c7c782bee5b985c17ad3da5bc7033c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 10:40:30 +0000 Subject: [PATCH] Build(deps): Bump django from 2.2.28 to 4.2.22 Bumps [django](https://github.com/django/django) from 2.2.28 to 4.2.22. - [Commits](https://github.com/django/django/compare/2.2.28...4.2.22) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 56c2459b4..f10dcf296 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.28 +django==4.2.22 django-haystack==3.1.1 django-filter==2.4.0 djangorestframework==3.12.4 diff --git a/setup.py b/setup.py index 401ea19d1..a66118e4d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) install_requires = [ - 'django>=1.11.19,<3.0', + 'django>=1.11.19,<5.0', 'django-haystack==2.8.1', 'django-filter==2.0.0', 'djangorestframework==3.11.2',