From 3df1c2a5be99009427c46bfd862d714ded2afed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:02:02 +0000 Subject: [PATCH] Bump django from 2.0.6 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.0.6 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.6...2.2.10) Signed-off-by: dependabot[bot] --- inspired_django_utils.egg-info/requires.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inspired_django_utils.egg-info/requires.txt b/inspired_django_utils.egg-info/requires.txt index 28326b0..b45fd09 100644 --- a/inspired_django_utils.egg-info/requires.txt +++ b/inspired_django_utils.egg-info/requires.txt @@ -1,2 +1,2 @@ -Django<2.1,>=1.9 +Django>=1.9,<2.3 djangorestframework>=3.8 diff --git a/requirements.txt b/requirements.txt index e7db8c2..adc0cc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -Django==2.0.6 +Django==2.2.10 djangorestframework==3.8.2 twine==1.11.0 diff --git a/setup.py b/setup.py index 9801f30..99d764f 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], install_requires=[ - 'Django>=1.9,<2.1', + 'Django>=1.9,<2.3', 'djangorestframework>=3.8' ], )