Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
5472fc3dc0 build(deps): bump django-allauth from 65.11.0 to 65.13.0 in /api
Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.11.0 to 65.13.0.
- [Commits](https://github.com/sponsors/pennersr/commits)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-version: 65.13.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-16 19:55:20 +00:00

8
api/poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
[[package]]
name = "about-time"
@@ -1722,13 +1722,14 @@ bcrypt = ["bcrypt"]
[[package]]
name = "django-allauth"
version = "65.11.0"
version = "65.13.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"
groups = ["main"]
files = [
{file = "django_allauth-65.11.0.tar.gz", hash = "sha256:d08ee0b60a1a54f84720bb749518628c517c9af40b6cfb3bc980206e182745ab"},
{file = "django_allauth-65.13.0-py3-none-any.whl", hash = "sha256:119c0cf1cc2e0d1a0fe2f13588f30951d64989256084de2d60f13ab9308f9fa0"},
{file = "django_allauth-65.13.0.tar.gz", hash = "sha256:7d7b7e7ad603eb3864c142f051e2cce7be2f9a9c6945a51172ec83d48c6c843b"},
]
[package.dependencies]
@@ -1740,6 +1741,7 @@ python3-saml = {version = ">=1.15.0,<2.0.0", optional = true, markers = "extra =
requests = {version = ">=2.0.0,<3", optional = true, markers = "extra == \"socialaccount\""}
[package.extras]
headless = ["pyjwt[crypto] (>=2.0,<3)"]
headless-spec = ["PyYAML (>=6,<7)"]
idp-oidc = ["oauthlib (>=3.3.0,<4)", "pyjwt[crypto] (>=2.0,<3)"]
mfa = ["fido2 (>=1.1.2,<3)", "qrcode (>=7.0.0,<9)"]