From 73a6d90d4e0c1fe01310445a224a9a6aad22329f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:18:16 +0000 Subject: [PATCH] build(deps): update django-allauth[openid,socialaccount] requirement --- updated-dependencies: - dependency-name: django-allauth[openid,socialaccount] dependency-type: direct:production dependency-group: django ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 868edc452..44d8506de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ [project.optional-dependencies] allauth = [ - "django-allauth[socialaccount,openid]>=64.1.0,<65.2.0", + "django-allauth[socialaccount,openid]>=64.1.0,<65.4.0", ] ci = [ "rdmo[dev]",