From 9068bfc459c45b894b53ba47708ec99e289a5f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 18:06:31 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.24 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] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 8f45d288..e9b6cb39 100644 --- a/requirements.in +++ b/requirements.in @@ -11,7 +11,7 @@ boto3 brotlipy celery==4.3.0 dj-database-url -Django==2.2.13 +Django==2.2.24 django-appconf django-autoslug django-bmemcached diff --git a/requirements.txt b/requirements.txt index 0fb30d74..72d12888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ dj-database-url==0.5.0 # via # -r requirements.in # django-heroku -django==2.2.13 +django==2.2.24 # via # -r requirements.in # django-allauth