From 43a366c7a3936dee2bd08e20e69ce8afef0093fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 00:01:02 +0000 Subject: [PATCH] Bump django from 2.1 to 2.2.24 in /Python/Pipenv Bumps [django](https://github.com/django/django) from 2.1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1...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 cf94928d3..437a0327f 100644 --- a/Python/Pipenv/requirements.txt +++ b/Python/Pipenv/requirements.txt @@ -1,4 +1,4 @@ -Django==2.1 +Django==2.2.24 django-crispy-forms==1.7.2 Pillow==5.2.0 pytz==2018.5