From b4c0004f4d13516b6dd7f85c7ee4a702f53aa026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:53:18 +0000 Subject: [PATCH] build(deps-dev): update django-allauth requirement Updates the requirements on [django-allauth](https://github.com/pennersr/django-allauth) to permit the latest version. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.53.1...0.56.1) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 600b572ab0..b7b7a16caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "defusedcsv~=2.0.0", "defusedxml~=0.7.1", "Django~=3.2.20", - "django-allauth~=0.53.1", + "django-allauth>=0.53.1,<0.57.0", "django-cleanup~=6.0.0", "django-compressor~=4.4", "django-extensions~=3.2.0",