diff --git a/pyproject.toml b/pyproject.toml index 7f396bc22f..36018e0f65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ [project.optional-dependencies] allauth = [ - "django-allauth~=0.57.0", + "django-allauth>=0.57,<0.59", ] ci = [ "coveralls~=3.3",