Skip to content

Commit

Permalink
Merge pull request #33138 from openedx/alex-sheehan-edx/upgrade-edx-e…
Browse files Browse the repository at this point in the history
…nterprise-878e720

feat: Upgrade Python dependency edx-enterprise
  • Loading branch information
alex-sheehan-edx authored Aug 30, 2023
2 parents 878e720 + 081007f commit 98fda41
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
ENTERPRISE_ENROLLMENT_API_ADMIN_ROLE,
ENTERPRISE_FULFILLMENT_OPERATOR_ROLE,
ENTERPRISE_REPORTING_CONFIG_ADMIN_ROLE,
ENTERPRISE_SSO_ORCHESTRATOR_OPERATOR_ROLE,
ENTERPRISE_OPERATOR_ROLE
)

Expand Down Expand Up @@ -4671,6 +4672,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
ENTERPRISE_ENROLLMENT_API_ADMIN_ROLE,
ENTERPRISE_REPORTING_CONFIG_ADMIN_ROLE,
ENTERPRISE_FULFILLMENT_OPERATOR_ROLE,
ENTERPRISE_SSO_ORCHESTRATOR_OPERATOR_ROLE,
],
}

Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ django-storages==1.9.1
# 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.1.4
edx-enterprise==4.1.5

# 1. django-oauth-toolkit version >=2.0.0 has breaking changes. More details
# mentioned on this issue https://github.com/openedx/edx-platform/issues/32884
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ edx-drf-extensions==8.9.1
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.4
edx-enterprise==4.1.5
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ edx-drf-extensions==8.9.1
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.4
edx-enterprise==4.1.5
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ edx-drf-extensions==8.9.1
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.4
edx-enterprise==4.1.5
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ edx-drf-extensions==8.9.1
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.4
edx-enterprise==4.1.5
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 98fda41

Please sign in to comment.