From dddb3ddf9ba293c45b99cd183c47bf04019960e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 12:48:39 +0000 Subject: [PATCH] Bump django from 3.2.10 to 4.1.2 Bumps [django](https://github.com/django/django) from 3.2.10 to 4.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.10...4.1.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 c58eec9..6cda556 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ aiohttp==3.8.1 # https://docs.aiohttp.org/en/stable/ # Django # ------------------------------------------------------------------------------ -django==3.2.10 # pyup: < 4.0 # https://www.djangoproject.com/ +django==4.1.2 # pyup: < 4.0 # https://www.djangoproject.com/ django-environ==0.8.1 # https://github.com/joke2k/django-environ django-allauth==0.47.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.13.0 # https://github.com/django-crispy-forms/django-crispy-forms