From 725234815ff1cbfc33b6101e32eb00cc254c3c5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:43:49 -0600 Subject: [PATCH] feat: Upgrade Python dependency edx-enterprise (#36616) * feat: Upgrade Python dependency edx-enterprise fix: fixing enrollments bug in members endpoint Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` * fix: spelling fix to trigger tests --------- Co-authored-by: kiram15 <31229189+kiram15@users.noreply.github.com> Co-authored-by: Kira Miller --- openedx/core/lib/hash_utils.py | 2 +- requirements/constraints.txt | 2 +- requirements/edx/base.txt | 2 +- requirements/edx/development.txt | 2 +- requirements/edx/doc.txt | 2 +- requirements/edx/testing.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openedx/core/lib/hash_utils.py b/openedx/core/lib/hash_utils.py index 3e146408ad..2c79563458 100644 --- a/openedx/core/lib/hash_utils.py +++ b/openedx/core/lib/hash_utils.py @@ -14,7 +14,7 @@ from django.conf import settings def create_hash256(max_length=None): """ Generate a hash that can be used as an application secret - Warning: this is not sufficiently secure for tasks like encription + Warning: this is not sufficiently secure for tasks like encryption Currently, this is just meant to create sufficiently random tokens """ hash_object = hashlib.sha256(force_bytes(get_random_string(32))) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index eab8c113b0..5a2e62ae72 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -68,7 +68,7 @@ django-storages<1.14.4 # The team that owns this package will manually bump this package rather than having it pulled in automatically. # This is to allow them to better control its deployment and to do it in a process that works better # for them. -edx-enterprise==5.12.7 +edx-enterprise==5.12.8 # Date: 2024-05-09 # This has to be constrained as well because newer versions of edx-i18n-tools need the diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 3dfe90fd06..8496ad7614 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -460,7 +460,7 @@ edx-drf-extensions==10.6.0 # edx-when # edxval # openedx-learning -edx-enterprise==5.12.7 +edx-enterprise==5.12.8 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/kernel.in diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 0901a9179a..fd9da1a66b 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -737,7 +737,7 @@ edx-drf-extensions==10.6.0 # edx-when # edxval # openedx-learning -edx-enterprise==5.12.7 +edx-enterprise==5.12.8 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/doc.txt diff --git a/requirements/edx/doc.txt b/requirements/edx/doc.txt index 54c3ba3b65..236093a8a0 100644 --- a/requirements/edx/doc.txt +++ b/requirements/edx/doc.txt @@ -544,7 +544,7 @@ edx-drf-extensions==10.6.0 # edx-when # edxval # openedx-learning -edx-enterprise==5.12.7 +edx-enterprise==5.12.8 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/base.txt diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index b0a7976ab3..be5f9985ec 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -569,7 +569,7 @@ edx-drf-extensions==10.6.0 # edx-when # edxval # openedx-learning -edx-enterprise==5.12.7 +edx-enterprise==5.12.8 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/base.txt