From c76691a3d5804f6ca00c9751e1766757e3b3593b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 17:22:12 +0000 Subject: [PATCH] Bump django from 3.2.12 to 4.0.2 Bumps [django](https://github.com/django/django) from 3.2.12 to 4.0.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.12...4.0.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... 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 22d0d72..c0c1552 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ flower==1.0.0 # https://github.com/mher/flower # Django # ------------------------------------------------------------------------------ -django==3.2.12 # pyup: < 4.0 # https://www.djangoproject.com/ +django==4.0.2 # pyup: < 4.0 # https://www.djangoproject.com/ django-environ==0.8.1 # https://github.com/joke2k/django-environ django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils django-allauth==0.48.0 # https://github.com/pennersr/django-allauth