From 17a0018e592cee43d728ef23f0f949614ce9bbb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:15:56 +0000 Subject: [PATCH] Bump django from 3.0.4 to 3.0.12 Bumps [django](https://github.com/django/django) from 3.0.4 to 3.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.4...3.0.12) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e05b345..ea707d7 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.12" PyJWT = "==1.7.1" Rx = "==1.6.1"