From dffba55aca4dc214b0d7ebedcdea485ca8a732cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 22:25:25 +0000 Subject: [PATCH] Bump django from 2.0.1 to 2.2.13 in /requirements Bumps [django](https://github.com/django/django) from 2.0.1 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.1...2.2.13) Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- requirements/development.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 6d94193..9be63af 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,5 +1,5 @@ # Django -Django==2.0.1 +Django==2.2.13 django-extensions==1.9.9 itypes==1.1.0 packaging==16.8 diff --git a/requirements/development.txt b/requirements/development.txt index cee881a..507fbd2 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -8,7 +8,7 @@ coreapi==2.3.3 coreschema==0.0.4 coverage==4.4.2 decorator==4.4.0 -Django==2.0.1 +Django==2.2.13 django-cors-headers==1.2.0 django-extensions==1.9.9 django-filter==1.1.0