Skip to content

Commit 1d10f9e

Browse files
feat: Upgrade Python dependency edx-enterprise (#38476)
Bump edx-enterprise version to 8.0.2 Commit generated by workflow `openedx/openedx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` Co-authored-by: brobro10000 <[email protected]>
1 parent 09878a1 commit 1d10f9e

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==8.0.0
47+
edx-enterprise==8.0.2
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
@@ -483,7 +483,7 @@ edx-drf-extensions==10.6.0
483483
# enterprise-integrated-channels
484484
# openedx-authz
485485
# openedx-core
486-
edx-enterprise==8.0.0
486+
edx-enterprise==8.0.2
487487
# via
488488
# -c requirements/constraints.txt
489489
# -r requirements/edx/kernel.in

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ edx-drf-extensions==10.6.0
756756
# enterprise-integrated-channels
757757
# openedx-authz
758758
# openedx-core
759-
edx-enterprise==8.0.0
759+
edx-enterprise==8.0.2
760760
# via
761761
# -c requirements/constraints.txt
762762
# -r requirements/edx/doc.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ edx-drf-extensions==10.6.0
573573
# enterprise-integrated-channels
574574
# openedx-authz
575575
# openedx-core
576-
edx-enterprise==8.0.0
576+
edx-enterprise==8.0.2
577577
# via
578578
# -c requirements/constraints.txt
579579
# -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==8.0.0
592+
edx-enterprise==8.0.2
593593
# via
594594
# -c requirements/constraints.txt
595595
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)