Skip to content

Commit 831af2b

Browse files
committed
feat: Upgrade Python dependency edx-enterprise
fix: handle duplicate enterprise group name Commit generated by workflow `openedx/openedx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
1 parent 0b43e07 commit 831af2b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ django-stubs<6
4444
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
4545
# This is to allow them to better control its deployment and to do it in a process that works better
4646
# for them.
47-
edx-enterprise==6.6.8
47+
edx-enterprise==6.6.9
4848

4949
# Date: 2023-07-26
5050
# 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
@@ -478,7 +478,7 @@ edx-drf-extensions==10.6.0
478478
# enterprise-integrated-channels
479479
# openedx-authz
480480
# openedx-core
481-
edx-enterprise==6.6.8
481+
edx-enterprise==6.6.9
482482
# via
483483
# -c requirements/constraints.txt
484484
# -r requirements/edx/kernel.in

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ edx-drf-extensions==10.6.0
758758
# enterprise-integrated-channels
759759
# openedx-authz
760760
# openedx-core
761-
edx-enterprise==6.6.8
761+
edx-enterprise==6.6.9
762762
# via
763763
# -c requirements/constraints.txt
764764
# -r requirements/edx/doc.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ edx-drf-extensions==10.6.0
569569
# enterprise-integrated-channels
570570
# openedx-authz
571571
# openedx-core
572-
edx-enterprise==6.6.8
572+
edx-enterprise==6.6.9
573573
# via
574574
# -c requirements/constraints.txt
575575
# -r requirements/edx/base.txt

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ edx-drf-extensions==10.6.0
589589
# enterprise-integrated-channels
590590
# openedx-authz
591591
# openedx-core
592-
edx-enterprise==6.6.8
592+
edx-enterprise==6.6.9
593593
# via
594594
# -c requirements/constraints.txt
595595
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)