From a3810f3fda5cb863101fcae989b735d2571d1d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20Poyatos?= Date: Mon, 24 Mar 2025 17:39:47 +0100 Subject: [PATCH] build(api): Force django-allauth==65.4.1 (#7358) --- api/poetry.lock | 2 +- api/pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/poetry.lock b/api/poetry.lock index 650b878d0b..5af08c9168 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -5183,4 +5183,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "5892eb6b702f29a7eebff3f9dc899ea8d78cac622aa8f299ef4c662df8f5b51d" +content-hash = "0da43d42c9cdb0b990cfd184ba776e3ce2a5ee72fbd076e980d7111c772d6000" diff --git a/api/pyproject.toml b/api/pyproject.toml index fa9c14148a..1814ea1f61 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -8,6 +8,7 @@ dependencies = [ "celery[pytest] (>=5.4.0,<6.0.0)", "dj-rest-auth[with_social,jwt] (==7.0.1)", "django==5.1.7", + "django-allauth==65.4.1", "django-celery-beat (>=2.7.0,<3.0.0)", "django-celery-results (>=2.5.1,<3.0.0)", "django-cors-headers==4.4.0",