From 942ed70070d692ccaf4addfbaa4b163c315eebcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 11:01:01 +0000 Subject: [PATCH] Bump django from 3.1 to 3.2.9 in /requirements Bumps [django](https://github.com/django/django) from 3.1 to 3.2.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1...3.2.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... 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..c46d153 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.9 # 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