Skip to content

Commit eb03cfb

Browse files
committed
feat: Upgrade Python dependency edx-enterprise.
Adds foreign key to ECU table. Run management command from version 5.9.2 before deploying this to ensure good migration performance. Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
1 parent 93a3853 commit eb03cfb

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
@@ -68,7 +68,7 @@ django-storages<1.14.4
6868
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
6969
# This is to allow them to better control its deployment and to do it in a process that works better
7070
# for them.
71-
edx-enterprise==5.10.3
71+
edx-enterprise==5.11.0
7272

7373
# Date: 2024-05-09
7474
# This has to be constrained as well because newer versions of edx-i18n-tools need the

requirements/edx/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ edx-drf-extensions==10.5.0
459459
# edx-when
460460
# edxval
461461
# openedx-learning
462-
edx-enterprise==5.10.3
462+
edx-enterprise==5.11.0
463463
# via
464464
# -c requirements/edx/../constraints.txt
465465
# -r requirements/edx/kernel.in

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ edx-drf-extensions==10.5.0
736736
# edx-when
737737
# edxval
738738
# openedx-learning
739-
edx-enterprise==5.10.3
739+
edx-enterprise==5.11.0
740740
# via
741741
# -c requirements/edx/../constraints.txt
742742
# -r requirements/edx/doc.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ edx-drf-extensions==10.5.0
543543
# edx-when
544544
# edxval
545545
# openedx-learning
546-
edx-enterprise==5.10.3
546+
edx-enterprise==5.11.0
547547
# via
548548
# -c requirements/edx/../constraints.txt
549549
# -r requirements/edx/base.txt

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ edx-drf-extensions==10.5.0
568568
# edx-when
569569
# edxval
570570
# openedx-learning
571-
edx-enterprise==5.10.3
571+
edx-enterprise==5.11.0
572572
# via
573573
# -c requirements/edx/../constraints.txt
574574
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)