From 8b6c9c46bac51679d6037a1dfbb273a82e883308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:08:58 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.28 Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.28) --- 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..da6ce4ff 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.28 django-appconf django-autoslug django-bmemcached diff --git a/requirements.txt b/requirements.txt index b1ec2bc5..173ad408 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.28 # via # -r requirements.in # django-allauth