From bd0d26d6832ba52d72974857270a14b25e7ddbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 19:38:14 +0000 Subject: [PATCH] build(deps): bump django from 3.0.3 to 3.0.14 Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.14) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f730381..2594f5f 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "==3.0.3" +django = "==3.0.14" djangorestframework = "==3.11.0" psycopg2 = "==2.8.4" [requires]