chore: upgrade edx-enterpise to 3.58.17 (#31419)

This commit is contained in:
Sameen Fatima
2022-12-09 10:35:09 +05:00
committed by GitHub
parent 3e35e3af8d
commit 7819221ce5
6 changed files with 19 additions and 4 deletions

View File

@@ -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.
#

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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