diff --git a/requirements/constraints.txt b/requirements/constraints.txt index f4182241d3b0..2171179ba559 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -23,7 +23,7 @@ click>=8.0,<9.0 # The team that owns this package will manually bump this package rather than having it pulled in automatically. # This is to allow them to better control its deployment and to do it in a process that works better # for them. -edx-enterprise==4.12.6 +edx-enterprise==4.13.0 # Stay on LTS version, remove once this is added to common constraint Django<5.0 @@ -115,7 +115,7 @@ openai<=0.28.1 # optimizely-sdk 5.0.0 is breaking following test with segmentation fault # common/djangoapps/third_party_auth/tests/test_views.py::SAMLMetadataTest::test_secure_key_configuration -# needs to be fixed in the follow up issue +# needs to be fixed in the follow up issue # https://github.com/openedx/edx-platform/issues/34103 optimizely-sdk<5.0 diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index a641dab037bb..ba89c329014f 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -476,7 +476,7 @@ edx-drf-extensions==10.2.0 # edx-when # edxval # openedx-learning -edx-enterprise==4.12.6 +edx-enterprise==4.13.0 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/kernel.in diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index eb52d9408b2e..f357515c7670 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -750,7 +750,7 @@ edx-drf-extensions==10.2.0 # edx-when # edxval # openedx-learning -edx-enterprise==4.12.6 +edx-enterprise==4.13.0 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/doc.txt diff --git a/requirements/edx/doc.txt b/requirements/edx/doc.txt index 7746079a557f..0a0757628b35 100644 --- a/requirements/edx/doc.txt +++ b/requirements/edx/doc.txt @@ -550,7 +550,7 @@ edx-drf-extensions==10.2.0 # edx-when # edxval # openedx-learning -edx-enterprise==4.12.6 +edx-enterprise==4.13.0 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/base.txt