From da70222a51683301937f55ef9ca7ea8f723929c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:24:11 +0000 Subject: [PATCH] Bump django from 2.2.0 to 2.2.27 Bumps [django](https://github.com/django/django) from 2.2.0 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 595cf09..99d3554 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "==2.2.0" +django = "==2.2.27" django-allauth = "==0.39.0" django-crispy-forms = "==1.7.1" django-debug-toolbar = "==1.11"