From cbfb6eab79e4d3b95363cbf6fb5c8961dbed7830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:26:47 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.24 in /djangoapp Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.24) --- 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..537fd84 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.24" [requires] python_version = "3.8"