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 <kira.miller15@yahoo.com>
This commit is contained in:
committed by
GitHub
parent
ca335b3c3a
commit
725234815f
@@ -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)))
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user