From e6b7aac1c9d5117bc6e6b00c476f671ffb9c6402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 23:11:09 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.21 in /djangoapp Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.21. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.21) --- 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..e3a06ff 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.21" [requires] python_version = "3.8"