build(deps): update django-allauth[socialaccount] requirement (#1441)

Updates the requirements on [django-allauth[socialaccount]](https://github.com/sponsors/pennersr) to permit the latest version.
- [Commits](https://github.com/sponsors/pennersr/commits)

---
updated-dependencies:
- dependency-name: django-allauth[socialaccount]
  dependency-version: 65.16.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-25 22:32:35 +02:00
committed by GitHub
parent 868d6dde7a
commit 4ee294a04c
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ dependencies = [
"croniter~=6.2.2",
"defusedxml~=0.7.1",
"django~=5.2.13",
"django-allauth[socialaccount]~=65.15.1",
"django-allauth[socialaccount]~=65.16.1",
"django-celery-beat~=2.9.0",
"django-celery-results~=2.6.0",
"django-debug-toolbar~=6.3.0",

8
uv.lock generated
View File

@@ -620,15 +620,15 @@ wheels = [
[[package]]
name = "django-allauth"
version = "65.15.1"
version = "65.16.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "asgiref" },
{ name = "django" },
]
sdist = { url = "https://files.pythonhosted.org/packages/01/91/826ec2c0e81b36ed392995b23604cfb3bb993b6ee66017898c25d2fc33f0/django_allauth-65.15.1.tar.gz", hash = "sha256:94c5b9df0c3458019613983ba9e938518acf5c2e4cc6e0f262fc3684ffe45a95", size = 2216647, upload-time = "2026-04-02T09:18:57.62Z" }
sdist = { url = "https://files.pythonhosted.org/packages/3d/df/357187dfff18c7783e4911827a6c69437e290d7259a32a99c23fcd85997f/django_allauth-65.16.1.tar.gz", hash = "sha256:4425ac3088541c4c54983e16e08f6e3eb9f438dc1b1009534fa51c8bb739ed31", size = 2232835, upload-time = "2026-04-17T18:53:59.475Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/ef/20/a6cfe9d5b03bbc76af92060c86682c49df1b8a7a924179da3d20de71dd3a/django_allauth-65.15.1-py3-none-any.whl", hash = "sha256:c32a1031f5601cb66b0aba276fb482d5d1460045a8094795a4db2af0231ee432", size = 2023723, upload-time = "2026-04-02T09:18:33.177Z" },
{ url = "https://files.pythonhosted.org/packages/ad/58/d95b6c3088d83697bfd93782ee57bc6a6462e41eb19121a947b8a015396a/django_allauth-65.16.1-py3-none-any.whl", hash = "sha256:e49df24056bf37c44e56aaad1e51f78994b7d175bc3476d65e8f8f58390a8ce8", size = 2051868, upload-time = "2026-04-17T18:54:12.032Z" },
]
[package.optional-dependencies]
@@ -2424,7 +2424,7 @@ requires-dist = [
{ name = "croniter", specifier = "~=6.2.2" },
{ name = "defusedxml", specifier = "~=0.7.1" },
{ name = "django", specifier = "~=5.2.13" },
{ name = "django-allauth", extras = ["socialaccount"], specifier = "~=65.15.1" },
{ name = "django-allauth", extras = ["socialaccount"], specifier = "~=65.16.1" },
{ name = "django-celery-beat", specifier = "~=2.9.0" },
{ name = "django-celery-results", specifier = "~=2.6.0" },
{ name = "django-debug-toolbar", specifier = "~=6.3.0" },