Merge pull request #31192 from openedx/ammar/upgrade-edx-enterprise-to-3.58.0
chore: upgrade edx-enterprise to 3.58.0
This commit is contained in:
@@ -5259,3 +5259,10 @@ URLS_2U_LOBS = {
|
||||
'bachelors_degree': 'https://www.edx.org/bachelors',
|
||||
'boot_camps': 'https://www.edx.org/boot-camps',
|
||||
}
|
||||
|
||||
|
||||
############## PLOTLY ##############
|
||||
|
||||
ENTERPRISE_PLOTLY_SECRET = "I am a secret"
|
||||
|
||||
############## PLOTLY ##############
|
||||
|
||||
@@ -25,7 +25,7 @@ django-storages<1.9
|
||||
# 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==3.57.3
|
||||
edx-enterprise==3.58.0
|
||||
|
||||
# oauthlib>3.0.1 causes test failures ( also remove the django-oauth-toolkit constraint when this is fixed )
|
||||
oauthlib==3.0.1
|
||||
|
||||
@@ -481,7 +481,7 @@ edx-drf-extensions==8.3.1
|
||||
# edx-when
|
||||
# edxval
|
||||
# learner-pathway-progress
|
||||
edx-enterprise==3.57.3
|
||||
edx-enterprise==3.58.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.in
|
||||
|
||||
@@ -597,7 +597,7 @@ edx-drf-extensions==8.3.1
|
||||
# edx-when
|
||||
# edxval
|
||||
# learner-pathway-progress
|
||||
edx-enterprise==3.57.3
|
||||
edx-enterprise==3.58.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
|
||||
@@ -576,7 +576,7 @@ edx-drf-extensions==8.3.1
|
||||
# edx-when
|
||||
# edxval
|
||||
# learner-pathway-progress
|
||||
edx-enterprise==3.57.3
|
||||
edx-enterprise==3.58.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
|
||||
Reference in New Issue
Block a user