From 69d13e567124af8ebd0a83a180b65f055248c9e5 Mon Sep 17 00:00:00 2001 From: mubbsharanwar Date: Mon, 4 Aug 2025 11:09:31 +0500 Subject: [PATCH] chore: upgrade social-auth-core --- requirements/constraints.txt | 6 ------ requirements/edx/base.txt | 3 +-- requirements/edx/development.txt | 3 +-- requirements/edx/doc.txt | 3 +-- requirements/edx/testing.txt | 3 +-- 5 files changed, 4 insertions(+), 14 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index bef19ed18b..74dbfb0b8e 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -119,12 +119,6 @@ social-auth-app-django<=5.4.1 # Issue for unpinning: https://github.com/openedx/edx-platform/issues/35126 elasticsearch==7.9.1 -# Date 2025-03-21 -# social-auth-core>4.5.4 breaks tests with authorization on LinkedIn API -# Both of these constraints will be updated in a follow up PR under the following issue: -# https://github.com/openedx/edx-platform/issues/36425 -social-auth-core==4.5.4 - # Date 2025-05-09 # lxml and xmlsec need to be constrained because the latest version builds against a newer # version of libxml2 than what we're running with. This leads to a version mismatch error diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 25ec153909..ab5be7b6a3 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -1144,9 +1144,8 @@ social-auth-app-django==5.4.1 # -c requirements/edx/../constraints.txt # -r requirements/edx/kernel.in # edx-auth-backends -social-auth-core==4.5.4 +social-auth-core==4.7.0 # via - # -c requirements/edx/../constraints.txt # -r requirements/edx/kernel.in # edx-auth-backends # social-auth-app-django diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index f4c615a1f4..6af15ace5c 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -1975,9 +1975,8 @@ social-auth-app-django==5.4.1 # -r requirements/edx/doc.txt # -r requirements/edx/testing.txt # edx-auth-backends -social-auth-core==4.5.4 +social-auth-core==4.7.0 # via - # -c requirements/edx/../constraints.txt # -r requirements/edx/doc.txt # -r requirements/edx/testing.txt # edx-auth-backends diff --git a/requirements/edx/doc.txt b/requirements/edx/doc.txt index 3dd6dc4b70..1540fb5c01 100644 --- a/requirements/edx/doc.txt +++ b/requirements/edx/doc.txt @@ -1401,9 +1401,8 @@ social-auth-app-django==5.4.1 # -c requirements/edx/../constraints.txt # -r requirements/edx/base.txt # edx-auth-backends -social-auth-core==4.5.4 +social-auth-core==4.7.0 # via - # -c requirements/edx/../constraints.txt # -r requirements/edx/base.txt # edx-auth-backends # social-auth-app-django diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 432d792198..04a0f8df2a 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -1508,9 +1508,8 @@ social-auth-app-django==5.4.1 # -c requirements/edx/../constraints.txt # -r requirements/edx/base.txt # edx-auth-backends -social-auth-core==4.5.4 +social-auth-core==4.7.0 # via - # -c requirements/edx/../constraints.txt # -r requirements/edx/base.txt # edx-auth-backends # social-auth-app-django