From cf18841420b28cd428c75008dab7f896465b2d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 05:06:54 +0000 Subject: [PATCH] Bump django from 3.1 to 3.1.4 in /requirements Bumps [django](https://github.com/django/django) from 3.1 to 3.1.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1...3.1.4) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 82bcb7f..0e11bc3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ redis==3.5.3 # https://github.com/andymccurdy/redis-py # Django # ------------------------------------------------------------------------------ -django==3.1 # pyup: < 3.0 # https://www.djangoproject.com/ +django==3.1.4 # pyup: < 3.0 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils