chore: upgrade edx-enterpise to 3.58.17 (#31419)
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
# See BOM-2721 for more details.
|
||||
# Below is the copied and edited version of common_constraints
|
||||
|
||||
# This is a temporary solution to override the real common_constraints.txt
|
||||
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
|
||||
# See BOM-2721 for more details.
|
||||
# Below is the copied and edited version of common_constraints
|
||||
|
||||
# A central location for most common version constraints
|
||||
# (across edx repos) for pip-installation.
|
||||
#
|
||||
|
||||
@@ -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.58.16
|
||||
edx-enterprise==3.58.17
|
||||
|
||||
# oauthlib>3.0.1 causes test failures ( also remove the django-oauth-toolkit constraint when this is fixed )
|
||||
oauthlib==3.0.1
|
||||
|
||||
@@ -478,7 +478,7 @@ edx-drf-extensions==8.3.1
|
||||
# edx-when
|
||||
# edxval
|
||||
# learner-pathway-progress
|
||||
edx-enterprise==3.58.16
|
||||
edx-enterprise==3.58.17
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.in
|
||||
|
||||
@@ -598,7 +598,7 @@ edx-drf-extensions==8.3.1
|
||||
# edx-when
|
||||
# edxval
|
||||
# learner-pathway-progress
|
||||
edx-enterprise==3.58.16
|
||||
edx-enterprise==3.58.17
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
@@ -975,6 +975,10 @@ mysqlclient==2.1.1
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# blockstore
|
||||
networkx==2.8.8
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# grimp
|
||||
newrelic==8.4.0
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
#
|
||||
# make upgrade
|
||||
#
|
||||
--index-url http://edx.devstack.devpi:3141/root/pypi/+simple/
|
||||
--extra-index-url https://pypi.python.org/simple
|
||||
--trusted-host edx.devstack.devpi
|
||||
|
||||
wheel==0.38.4
|
||||
# via -r requirements/edx/pip.in
|
||||
|
||||
|
||||
@@ -577,7 +577,7 @@ edx-drf-extensions==8.3.1
|
||||
# edx-when
|
||||
# edxval
|
||||
# learner-pathway-progress
|
||||
edx-enterprise==3.58.16
|
||||
edx-enterprise==3.58.17
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
@@ -922,6 +922,8 @@ mysqlclient==2.1.1
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
# blockstore
|
||||
networkx==2.8.8
|
||||
# via grimp
|
||||
newrelic==8.4.0
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
|
||||
Reference in New Issue
Block a user