From 6a97834f66a5749910d557f2a4e16b5ab21beb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 08:48:43 +0000 Subject: [PATCH] Bump django from 3.0.4 to 3.0.7 Bumps [django](https://github.com/django/django) from 3.0.4 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.4...3.0.7) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e05b345..52613b2 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ pytz = "==2019.3" singledispatch = "==3.4.0.3" six = "==1.14.0" sqlparse = "==0.3.1" -Django = "==3.0.4" +Django = "==3.0.7" PyJWT = "==1.7.1" Rx = "==1.6.1"