diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 0d35e1bd0a..fdf27087cd 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -120,12 +120,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 37e002e244..91533a829c 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -1138,9 +1138,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 bd4cf21f84..75a46cd45c 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -1971,9 +1971,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 63bff99f96..78292f5d3a 100644 --- a/requirements/edx/doc.txt +++ b/requirements/edx/doc.txt @@ -1393,9 +1393,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 69f026496d..a6438fa851 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -1500,9 +1500,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