From 522c71ca7357408e8e3b705cad6973d7781fe55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:24:51 +0000 Subject: [PATCH] Bump django from 2.2.20 to 2.2.24 Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.20...2.2.24) --- updated-dependencies: - dependency-name: django 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 8351dbda1..f49533194 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.20 +django==2.2.24 django-haystack==2.8.1 django-filter==2.0.0 djangorestframework==3.11.2 diff --git a/setup.py b/setup.py index accb7da80..f71fe4d39 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,<2.0', + 'django>=1.11.19,<3.0', 'django-haystack==2.8.1', 'django-filter==2.0.0', 'djangorestframework==3.11.2',