From 81ce14f172843c2e47d0c8f56453d1ca041ab65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 23:13:28 +0000 Subject: [PATCH] Bump django from 3.0.6 to 3.0.7 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index d325e7c..fa7c50b 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.2.7 astroid==2.4.1 botocore==1.16.25 -Django==3.0.6 +Django==3.0.7 django-cors-headers==3.3.0 django-filter==2.2.0 djangorestframework==3.11.0