Skip to content

Commit 1cde316

Browse files
committed
chore: bump edx-enterprise to 6.8.3
Inherit two changes: - feat: add admin invite reminder emails (ENT-11581) - fix: Move settings reads out of AppConfig, into consumers (ENT-11663)
1 parent 46b1e04 commit 1cde316

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.8.1
47+
edx-enterprise==6.8.3
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.8.1
481+
edx-enterprise==6.8.3
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.8.1
761+
edx-enterprise==6.8.3
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.8.1
572+
edx-enterprise==6.8.3
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.8.1
592+
edx-enterprise==6.8.3
593593
# via
594594
# -c requirements/constraints.txt
595595
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)