From fd362184928ff6b54a0dfcb337b1ba04b289fae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:01:30 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.20 in /djangoapp Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.20) 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..98a3df7 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.20" [requires] python_version = "3.8"