From 6a3dab73bf89e99f2b4b82a9a44ef754cd771580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:04:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20django-allauth=20fr?= =?UTF-8?q?om=200.63.2=20to=200.63.3=20(#298)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.63.2 to 0.63.3. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.63.2...0.63.3) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6aa9ce9..a1f8a2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,12 +421,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.63.2" +version = "0.63.3" 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.63.2.tar.gz", hash = "sha256:8c971a677dd48ef9119fcd1e786d2286c0911b20f52e64aebf38a6827d934334"}, + {file = "django_allauth-0.63.3.tar.gz", hash = "sha256:2374164c468a309e6badf70bc3405136df6036f24a20a13387f2a063066bdaa9"}, ] [package.dependencies] @@ -1276,4 +1276,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2166ba732d60707f5f8ee74652bd75e82f64a53f2e064e4b29f289baf18f005e" +content-hash = "590b84524db8b0820de68b31bf8439111963cf185244fba546acbfcd1477ffaa" diff --git a/pyproject.toml b/pyproject.toml index bebe079..aac29d0 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 = "^0.63.2" +django-allauth = "^0.63.3" psycopg2-binary = "^2.9.9" [tool.poetry.group.dev.dependencies]