From 923bdaed358f905d66c0d45963b6a24063fbee67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:26:52 +0000 Subject: [PATCH] :arrow_up: Bump django-allauth from 64.2.1 to 65.2.0 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 64.2.1 to 65.2.0. - [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 | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe05773..1785fdf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "asgiref" -version = "3.7.2" +version = "3.8.1" description = "ASGI specs, helper code, and adapters" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "asgiref-3.7.2-py3-none-any.whl", hash = "sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e"}, - {file = "asgiref-3.7.2.tar.gz", hash = "sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed"}, + {file = "asgiref-3.8.1-py3-none-any.whl", hash = "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47"}, + {file = "asgiref-3.8.1.tar.gz", hash = "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590"}, ] [package.dependencies] @@ -441,16 +441,17 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "64.2.1" +version = "65.2.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.8" files = [ - {file = "django_allauth-64.2.1.tar.gz", hash = "sha256:54bf0af8dc5c334254dd56f9069447c19b9b623110a095b2a0dcb82a414e1055"}, + {file = "django_allauth-65.2.0.tar.gz", hash = "sha256:0a3d7baf7beefd6fe8027316302c26ece7433cf4331a3b245d15fc9a7be68b6f"}, ] [package.dependencies] -Django = ">=4.2" +asgiref = ">=3.8.1" +Django = ">=4.2.16" [package.extras] mfa = ["fido2 (>=1.1.2)", "qrcode (>=7.0.0)"] @@ -1295,4 +1296,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "76d477d103de02a66b19f21e8138b41246461799a8d7591114058bcbd397828c" +content-hash = "3c270775dbdb9b350513701ee6ec860442916291ea10de8fa2787ea0ffef5c84" diff --git a/pyproject.toml b/pyproject.toml index d7e9d8d..7523808 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.2.0" psycopg2-binary = "^2.9.9" [tool.poetry.group.dev.dependencies]