From d4f6badab402830a0385eaf719588f33a17ae484 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 09:14:11 +0000 Subject: [PATCH] [Security] Bump django from 3.0.4 to 3.1.12 Bumps [django](https://github.com/django/django) from 3.0.4 to 3.1.12. **This update includes security fixes.** - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.4...3.1.12) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e4798abe..abbca46e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi # Django # ------------------------------------------------------------------------------ -django==3.0.4 # https://www.djangoproject.com/ +django==3.1.12 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-extensions==2.2.3 # https://github.com/django-extensions/django-extensions