From 3616034c90a4404b541a60a006a2bcb23d280779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:19:12 +0000 Subject: [PATCH] Bump django from 3.2.15 to 4.1.1 Bumps [django](https://github.com/django/django) from 3.2.15 to 4.1.1. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/commits) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 58693814..011542ad 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,4 +1,4 @@ -django==3.2.15 +django==4.1.1 -e git+https://github.com/pennersr/django-allauth@7a719b64154840a8c6ff5c4301568f897721fcc0#egg=django-allauth django-analytical==3.1.0 django-anymail[postmark]==8.6