From ba61d974d3d099a7295f33cdde1da62dbfa665c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:17:38 +0000 Subject: [PATCH] Bump django from 3.0.4 to 3.0.14 Bumps [django](https://github.com/django/django) from 3.0.4 to 3.0.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.4...3.0.14) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e05b345..26a66c1 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.14" PyJWT = "==1.7.1" Rx = "==1.6.1"