From 43ef0f8c24e8fd8601f51098b999b72af38f0266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:41:42 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.24 in /Python/Pipenv Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/Pipenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Pipenv/requirements.txt b/Python/Pipenv/requirements.txt index 2f844ef3e..437a0327f 100644 --- a/Python/Pipenv/requirements.txt +++ b/Python/Pipenv/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.13 +Django==2.2.24 django-crispy-forms==1.7.2 Pillow==5.2.0 pytz==2018.5