From 566f73cfefce22e64e490e008107180f7e4e124e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:34:57 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.27 in /djangoapp Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- djangoapp/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoapp/Pipfile b/djangoapp/Pipfile index c415dfb..e71f299 100644 --- a/djangoapp/Pipfile +++ b/djangoapp/Pipfile @@ -17,7 +17,7 @@ django-storages = "*" dj-stripe = "*" django-countries = "*" python-decouple = "*" -django = "==2.2.8" +django = "==2.2.27" [requires] python_version = "3.8"