From 7b664ca875e87bc6be2ecc92078fe0a5c12202a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:49:00 +0000 Subject: [PATCH] :arrow_up: Bump django-allauth from 64.2.1 to 65.0.2 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 64.2.1 to 65.0.2. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-major ... 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 fe05773..6c4cf9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -441,12 +441,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "64.2.1" +version = "65.0.2" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." optional = false python-versions = ">=3.8" files = [ - {file = "django_allauth-64.2.1.tar.gz", hash = "sha256:54bf0af8dc5c334254dd56f9069447c19b9b623110a095b2a0dcb82a414e1055"}, + {file = "django_allauth-65.0.2.tar.gz", hash = "sha256:6b5b3a7a65b1c28078b6eb0dd234310b58a44e8addfd187dc30437b0b2bc41a5"}, ] [package.dependencies] @@ -1295,4 +1295,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "76d477d103de02a66b19f21e8138b41246461799a8d7591114058bcbd397828c" +content-hash = "8a792588f1674a09d3a2c7e33fe40aa8313f8a754e5e500c0ab2ac14651218ce" diff --git a/pyproject.toml b/pyproject.toml index d7e9d8d..af114a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.9" daphne = "^4.1.2" Django = "^4.2" -django-allauth = "^64.2.1" +django-allauth = "^65.0.2" psycopg2-binary = "^2.9.9" [tool.poetry.group.dev.dependencies]