From 7469337ff507b92bf8bfd66f276d2b5f5eb04596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:40:51 +0000 Subject: [PATCH] chore: 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7715a44..4fc3d795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "rcssmin==1.1.2", "rjsmin==1.2.2", "social-auth-core==4.5.4", - "social-auth-app-django==5.4.1", + "social-auth-app-django==5.4.2", "websockets==12.0", ]