From d2c49e438dc65b55306a3b415d19fc0994512de2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 05:52:58 +0000 Subject: [PATCH] [Security] Bump django from 2.0.6 to 2.2.24 Bumps [django](https://github.com/django/django) from 2.0.6 to 2.2.24. **This update includes security fixes.** - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.6...2.2.24) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 77d121c..b2dc9d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ redis>=2.10.5 # https://github.com/antirez/redis # Django # ------------------------------------------------------------------------------ -django==2.0.6 # pyup: < 2.1 # https://www.djangoproject.com/ +django==2.2.24 # pyup: < 2.1 # https://www.djangoproject.com/ django-environ==0.4.4 # https://github.com/joke2k/django-environ django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils django-allauth==0.36.0 # https://github.com/pennersr/django-allauth diff --git a/requirements/base.txt b/requirements/base.txt index d19bcf4..e1d67a1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ redis>=2.10.5 # https://github.com/antirez/redis # Django # ------------------------------------------------------------------------------ -django==2.0.6 # pyup: < 2.1 # https://www.djangoproject.com/ +django==2.2.24 # pyup: < 2.1 # https://www.djangoproject.com/ django-environ==0.4.4 # https://github.com/joke2k/django-environ django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils django-allauth==0.36.0 # https://github.com/pennersr/django-allauth