From 9527e5451795fea0609511a05219cc6b703f257e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:26:05 +0000 Subject: [PATCH] build(deps-dev): bump the optional group with 1 update 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.57.0...0.58.2) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production dependency-group: optional ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",