Skip to content

Commit 93b493b

Browse files
feat: Upgrade Python dependency edx-enterprise (#36769)
* 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 changes --------- Co-authored-by: kiram15 <[email protected]> Co-authored-by: Kira Miller <[email protected]>
1 parent 5b440b4 commit 93b493b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/decisions/0004-managing-django-settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ Cons:
9393
the public repository.
9494
* This wouldn't solve the problem where we would still try to "inherit" from other settings files and make it harder to read the current value of any given setting.
9595

96-
This alternative gives us a lot more power but it's power that we don't actually need. Building limitiations into what settings can be helps us keep them simple and understandable.
96+
This alternative gives us a lot more power but it's power that we don't actually need. Building limitations into what settings can be helps us keep them simple and understandable.

requirements/constraints.txt

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

6060
# Date: 2023-07-26
6161
# 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
@@ -460,7 +460,7 @@ edx-drf-extensions==10.6.0
460460
# edx-when
461461
# edxval
462462
# openedx-learning
463-
edx-enterprise==5.13.7
463+
edx-enterprise==6.0.1
464464
# via
465465
# -c requirements/edx/../constraints.txt
466466
# -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.6.0
736736
# edx-when
737737
# edxval
738738
# openedx-learning
739-
edx-enterprise==5.13.7
739+
edx-enterprise==6.0.1
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
@@ -544,7 +544,7 @@ edx-drf-extensions==10.6.0
544544
# edx-when
545545
# edxval
546546
# openedx-learning
547-
edx-enterprise==5.13.7
547+
edx-enterprise==6.0.1
548548
# via
549549
# -c requirements/edx/../constraints.txt
550550
# -r requirements/edx/base.txt

requirements/edx/testing.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
# edx-when
570570
# edxval
571571
# openedx-learning
572-
edx-enterprise==5.13.7
572+
edx-enterprise==6.0.1
573573
# via
574574
# -c requirements/edx/../constraints.txt
575575
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)