From 11bda03131422c53e8e482140c9e9f25c5436e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 15:54:40 +0000 Subject: [PATCH] Bump django from 3.0.6 to 3.0.7 in /backend/spdb Bumps [django](https://github.com/django/django) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.6...3.0.7) Signed-off-by: dependabot[bot] --- backend/spdb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/spdb/requirements.txt b/backend/spdb/requirements.txt index e1030da..d47dda2 100644 --- a/backend/spdb/requirements.txt +++ b/backend/spdb/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.7 -Django==3.0.6 +Django==3.0.7 djangorestframework==3.11.0 django-cors-headers==3.3.0 flake8==3.8.2