From 49a49fead3b2b4b5cfba9f28c34050f2b898cfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 02:26:24 +0000 Subject: [PATCH] Bump django from 2.2.8 to 3.0.2 in /requirements Bumps [django](https://github.com/django/django) from 2.2.8 to 3.0.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...3.0.2) Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/local.txt b/requirements/local.txt index 6f63702..15546a1 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,4 +1,4 @@ -Django==2.2.8 +Django==3.0.2 django-cors-headers==3.1.0 django-mysql==3.2.0 djangorestframework==3.10.2 diff --git a/requirements/production.txt b/requirements/production.txt index 6f63702..15546a1 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,4 +1,4 @@ -Django==2.2.8 +Django==3.0.2 django-cors-headers==3.1.0 django-mysql==3.2.0 djangorestframework==3.10.2