Skip to content

Commit 467bb32

Browse files
committed
feat: Upgrade Python dependency edx-enterprise
feat: add an endpoint to create a customer admin user Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
1 parent 515a301 commit 467bb32

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
@@ -42,7 +42,7 @@ django-stubs<6
4242
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
4343
# This is to allow them to better control its deployment and to do it in a process that works better
4444
# for them.
45-
edx-enterprise==6.4.4
45+
edx-enterprise==6.5.0
4646

4747
# Date: 2023-07-26
4848
# 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
@@ -473,7 +473,7 @@ edx-drf-extensions==10.6.0
473473
# edxval
474474
# enterprise-integrated-channels
475475
# openedx-learning
476-
edx-enterprise==6.4.4
476+
edx-enterprise==6.5.0
477477
# via
478478
# -c requirements/constraints.txt
479479
# -r requirements/edx/kernel.in

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ edx-drf-extensions==10.6.0
747747
# edxval
748748
# enterprise-integrated-channels
749749
# openedx-learning
750-
edx-enterprise==6.4.4
750+
edx-enterprise==6.5.0
751751
# via
752752
# -c requirements/constraints.txt
753753
# -r requirements/edx/doc.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ edx-drf-extensions==10.6.0
557557
# edxval
558558
# enterprise-integrated-channels
559559
# openedx-learning
560-
edx-enterprise==6.4.4
560+
edx-enterprise==6.5.0
561561
# via
562562
# -c requirements/constraints.txt
563563
# -r requirements/edx/base.txt

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ edx-drf-extensions==10.6.0
578578
# edxval
579579
# enterprise-integrated-channels
580580
# openedx-learning
581-
edx-enterprise==6.4.4
581+
edx-enterprise==6.5.0
582582
# via
583583
# -c requirements/constraints.txt
584584
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)