Skip to content

Commit 01d0e1d

Browse files
feat: Upgrade Python dependency edx-enterprise (#36920)
* feat: Upgrade Python dependency edx-enterprise Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` * fix: typo fix to trigger tests --------- Co-authored-by: kiram15 <[email protected]> Co-authored-by: Kira Miller <[email protected]>
1 parent 5d7f8e4 commit 01d0e1d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/decisions/0005-studio-lms-subdomain-boundaries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ of Content Groups to Cohorts.
7474

7575
While this might sound a little cumbersome, it actually allows for a cleaner
7676
separation of concerns. Content Groups describe what the content is: restricted
77-
copyright, advanced material, labratory exercises, etc. Cohorts describe who is
77+
copyright, advanced material, laboratory exercises, etc. Cohorts describe who is
7878
consuming that material: on campus students, alumni, the general MOOC audience,
7979
etc. The Content Group is an Authoring decision based on the properties of the
8080
content itself. The Cohort mapping is a policy decision about the Learning

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ django-stubs<6
5151
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
5252
# This is to allow them to better control its deployment and to do it in a process that works better
5353
# for them.
54-
edx-enterprise==6.2.4
54+
edx-enterprise==6.2.5
5555

5656
# Date: 2023-07-26
5757
# Our legacy Sass code is incompatible with anything except this ancient libsass version.

requirements/edx/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ edx-drf-extensions==10.6.0
461461
# edx-when
462462
# edxval
463463
# openedx-learning
464-
edx-enterprise==6.2.4
464+
edx-enterprise==6.2.5
465465
# via
466466
# -c requirements/edx/../constraints.txt
467467
# -r requirements/edx/kernel.in

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ edx-drf-extensions==10.6.0
740740
# edx-when
741741
# edxval
742742
# openedx-learning
743-
edx-enterprise==6.2.4
743+
edx-enterprise==6.2.5
744744
# via
745745
# -c requirements/edx/../constraints.txt
746746
# -r requirements/edx/doc.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ edx-drf-extensions==10.6.0
545545
# edx-when
546546
# edxval
547547
# openedx-learning
548-
edx-enterprise==6.2.4
548+
edx-enterprise==6.2.5
549549
# via
550550
# -c requirements/edx/../constraints.txt
551551
# -r requirements/edx/base.txt

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ edx-drf-extensions==10.6.0
570570
# edx-when
571571
# edxval
572572
# openedx-learning
573-
edx-enterprise==6.2.4
573+
edx-enterprise==6.2.5
574574
# via
575575
# -c requirements/edx/../constraints.txt
576576
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)