From 4fde7c3834875d593a974bb87c3a9b10270db546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:49:58 +0000 Subject: [PATCH] Bump social-auth-app-django from 4.0.0 to 5.4.1 Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 4.0.0 to 5.4.1. - [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/4.0.0...5.4.1) --- updated-dependencies: - dependency-name: social-auth-app-django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 69fc88f..37fa9f9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ Django==3.1.6 -social-auth-app-django==4.0.0 +social-auth-app-django==5.4.1 sphinx-autodoc-typehints diff --git a/requirements.txt b/requirements.txt index e3a7865..5df7fc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Django==3.1.6 -social-auth-app-django==4.0.0 +social-auth-app-django==5.4.1 pycodestyle==2.5.0 typing==3.6.4