From c0a8bf11d4755f882d0d4655bc0b4386a0ee1028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 05:10:23 +0000 Subject: [PATCH] Bump django from 3.1 to 3.2 in /requirements Bumps [django](https://github.com/django/django) from 3.1 to 3.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1...3.2) 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..12fd673 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.2 # 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