From 9f2704a301f9c166fb9c5a381195783173bf8654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:03:15 +0000 Subject: [PATCH] Bump django from 3.0 to 3.0.7 in /requirements Bumps [django](https://github.com/django/django) from 3.0 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0...3.0.7) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2e37dee..80a2ded 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ wheel==0.30.0 # Bleeding edge Django -django==3.0 # pyup: >=1.10,<1.11 +django==3.0.7 # pyup: >=1.10,<1.11 # Configuration django-environ==0.4.4