From 4add104ad73079b41b5de14ade759cd5b4a4f24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:24:57 -0300 Subject: [PATCH] Bump django from 2.2.20 to 2.2.24 (#3412) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',