From 20fed7f5aa7109ff9fcc8349e841e1c8faf99d0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:53:14 +0000 Subject: [PATCH] fix(deps): update dependency social-auth-app-django to v5.4.2 (#2285) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 70409e321..3d3af0d5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3030,13 +3030,13 @@ webhdfs = ["requests"] [[package]] name = "social-auth-app-django" -version = "5.4.1" +version = "5.4.2" description = "Python Social Authentication, Django integration." optional = false python-versions = ">=3.8" files = [ - {file = "social-auth-app-django-5.4.1.tar.gz", hash = "sha256:2a43cde559dd34fdc7132417b6c52c780fa99ec2332dee9f405b4763f371c367"}, - {file = "social_auth_app_django-5.4.1-py3-none-any.whl", hash = "sha256:7519f186c63c50f2d364457b236f051338d194bcface55e318a6a705c5213477"}, + {file = "social-auth-app-django-5.4.2.tar.gz", hash = "sha256:c8832c6cf13da6ad76f5613bcda2647d89ae7cfbc5217fadd13477a3406feaa8"}, + {file = "social_auth_app_django-5.4.2-py3-none-any.whl", hash = "sha256:0c041a31707921aef9a930f143183c65d8c7b364381364a50f3f7c6fcc9d62f6"}, ] [package.dependencies] @@ -3461,4 +3461,4 @@ pyyaml = "*" [metadata] lock-version = "2.0" python-versions = "3.12.2" -content-hash = "0b0eb7a0d730239cdc0d6097485ccc66db7dbdb5ea730146d951ae31dfcb1af4" +content-hash = "7b72ed76de9e0637db9e67d002a3340d187884f599aeae9877ed5dca7d2ac276" diff --git a/pyproject.toml b/pyproject.toml index 1fad00672..a4c9f5423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ redis = "^4.5.5" requests = "2.32.3" sentry-sdk = "2.8.0" smart-open = {extras = ["s3"], version = "^6.3.0"} -social-auth-app-django = "5.4.1" +social-auth-app-django = "5.4.2" social-auth-core = {version = "^4", extras = ["saml"]} tqdm = "^4.65.0" uwsgi = "^2.0.21"