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