From 4bccf1d15b9d1bbc1c1644f730c68d0c4d87a2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 19:12:21 +0000 Subject: [PATCH] Bump django from 4.0.2 to 4.1.7 Bumps [django](https://github.com/django/django) from 4.0.2 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.2...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d36c2a..c23f7d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'defusedxml==0.7.1', 'dj-database-url==0.5.0', 'dj-rest-auth==2.2.3', - 'Django==4.0.2', + 'Django==4.1.7', 'django-allauth==0.48.0', 'django-anymail==8.5', 'django-cors-headers==3.11.0', diff --git a/requirements.txt b/requirements.txt index b7eba98..60fe105 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ cryptography==37.0.4 defusedxml==0.7.1 dj-database-url==0.5.0 dj-rest-auth==2.2.3 -Django==4.0.2 +Django==4.1.7 django-allauth==0.48.0 django-anymail==8.5 django-cors-headers==3.11.0