From f4c97cc725977a9348ffc103a8c924665d84d89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:32:27 +0000 Subject: [PATCH] Bump django from 2.0.6 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.0.6 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.6...2.2.13) 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..fab6148 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -Django==2.0.6 +Django==2.2.13 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' ], )