From 8d9aeb1837aebb17a9c7e8862d383d354c8bcb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 04:25:10 +0000 Subject: [PATCH] build(deps): bump django-allauth from 0.57.0 to 0.58.0 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.57.0 to 0.58.0. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.57.0...0.58.0) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 842125e..da8c1ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -342,12 +342,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.57.0" +version = "0.58.0" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." optional = false python-versions = ">=3.7" files = [ - {file = "django-allauth-0.57.0.tar.gz", hash = "sha256:a095ef0db7de305d9175772c78e765ebd5fceb004ae61c1383d7fc1af0f7c5b1"}, + {file = "django-allauth-0.58.0.tar.gz", hash = "sha256:40ad5c2ae78757261fc1628a94bb67416f91565f578e592d5906948b59682a5c"}, ] [package.dependencies] @@ -820,4 +820,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6a9871c19e317516211ba1dee2d2819a84599098e3c79165a713ef381b5cfae6" +content-hash = "359de556b40eda592c51010f140c4bff41cdfb951d380e4cfcee97335cfc5ff4" diff --git a/pyproject.toml b/pyproject.toml index 1ac64e1..7134b83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ include = [ python = "^3.8" Django = "^4.0.6" django-colorfield = ">=0.7.2,<0.11.0" -django-allauth = ">=0.51,<0.58" +django-allauth = ">=0.51,<0.59" Pillow = ">=9.2,<11.0" dj-database-url = ">=1,<3" python-dotenv = ">=0.20,<1.1"