From 0cabce76d9c5a72dbe28d4e07534e6956b3b938c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:42:17 +0000 Subject: [PATCH] Bump social-auth-app-django from 5.4.1 to 5.4.2 Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 5.4.1 to 5.4.2. - [Release notes](https://github.com/python-social-auth/social-app-django/releases) - [Changelog](https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-social-auth/social-app-django/compare/5.4.1...5.4.2) --- updated-dependencies: - dependency-name: social-auth-app-django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9b0a5623..b0ac939d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1466,13 +1466,13 @@ files = [ [[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] @@ -1691,4 +1691,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "99a13c235cab6c97fda50df94685a101f80f854430a7a033a324c3200e3416b4" +content-hash = "604fb26bf91c683d0d296b953ad17db61b5bb3ce67945b4d9c59c03fdcb92dbf" diff --git a/pyproject.toml b/pyproject.toml index b4de82b2..eb9d322d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ django-extensions = "^3.2.1" djangorestframework = "^3.15.1" django-cors-headers = "^4.0.0" django-vite = "^3.0.4" -social-auth-app-django = "^5.4.1" +social-auth-app-django = "^5.4.2" psycopg2-binary = "^2.9.9" ipython = "^8.18.1" structlog = "^24.2.0"