From 925c33a99a3507e038f633e47379c267067cbed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 12:57:54 +0000 Subject: [PATCH] build(deps): bump django from 3.0.3 to 3.0.12 Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.12) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f730381..877ed11 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "==3.0.3" +django = "==3.0.12" djangorestframework = "==3.11.0" psycopg2 = "==2.8.4" [requires]