From 13ba2cd0556eceadcd0295c3dde6c3af041e64da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 03:34:41 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.18 in /djangoapp Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.18) 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..d0917d0 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.18" [requires] python_version = "3.8"