diff --git a/poetry.lock b/poetry.lock index 21406d48..3a2cb972 100644 --- a/poetry.lock +++ b/poetry.lock @@ -557,16 +557,17 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "64.2.1" +version = "65.3.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.3.0.tar.gz", hash = "sha256:92e0242724af03458b05b88c5fa798b01112ab22a86d873a8a9fd8f0ec57bbbf"}, ] [package.dependencies] -Django = ">=4.2" +asgiref = ">=3.8.1" +Django = ">=4.2.16" pyjwt = {version = ">=1.7", extras = ["crypto"], optional = true, markers = "extra == \"socialaccount\""} requests = {version = ">=2.0.0", optional = true, markers = "extra == \"socialaccount\""} requests-oauthlib = {version = ">=0.3.0", optional = true, markers = "extra == \"socialaccount\""} @@ -2774,4 +2775,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <4.0" -content-hash = "eb8a0e72dc8e388b1e26f5a010d412a4b1b135289404693f89042adef5b53075" +content-hash = "f0eedb0a1fc3453fbc7f873f6a8af83bb0993428634f21aa64920820ed91d466" diff --git a/pyproject.toml b/pyproject.toml index 91770f06..87122e0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ Django = "^5.1.4" PyMySQL = "^1.1.1" Unidecode = "^1.3.7" crispy-bootstrap5 = "^2024.2" -django-allauth = {extras = ["socialaccount"], version = "^64.2.1"} +django-allauth = {extras = ["socialaccount"], version = "^65.3.0"} django-bootstrap5 = "^24.2" django-braces = "^1.14.0" django-crispy-forms = "^2.3"