feat: Upgrade Python dependency edx-enterprise
feat: enable search filter on learner data transmission audit tables Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
This commit is contained in:
committed by
github-actions[bot]
parent
5f5b8aa985
commit
040ff12430
@@ -15,7 +15,6 @@
|
|||||||
# Note: Changes to this file will automatically be used by other repos, referencing
|
# Note: Changes to this file will automatically be used by other repos, referencing
|
||||||
# this file from Github directly. It does not require packaging in edx-lint.
|
# this file from Github directly. It does not require packaging in edx-lint.
|
||||||
|
|
||||||
|
|
||||||
# using LTS django version
|
# using LTS django version
|
||||||
Django<5.0
|
Django<5.0
|
||||||
|
|
||||||
@@ -26,13 +25,6 @@ elasticsearch<7.14.0
|
|||||||
|
|
||||||
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
|
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
|
||||||
|
|
||||||
# Cause: https://github.com/openedx/event-tracking/pull/290
|
|
||||||
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
|
|
||||||
# We will pin event-tracking to do not break existing installations
|
|
||||||
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
|
|
||||||
# has been resolved and edx-platform is running with pymongo>=4.4.0
|
|
||||||
|
|
||||||
|
|
||||||
# Cause: https://github.com/openedx/edx-lint/issues/458
|
# Cause: https://github.com/openedx/edx-lint/issues/458
|
||||||
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
|
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
|
||||||
pip<24.3
|
pip<24.3
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ django-storages<1.14.4
|
|||||||
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
|
# 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
|
# This is to allow them to better control its deployment and to do it in a process that works better
|
||||||
# for them.
|
# for them.
|
||||||
edx-enterprise==4.32.0
|
edx-enterprise==4.32.1
|
||||||
|
|
||||||
# Date: 2024-05-09
|
# Date: 2024-05-09
|
||||||
# This has to be constrained as well because newer versions of edx-i18n-tools need the
|
# This has to be constrained as well because newer versions of edx-i18n-tools need the
|
||||||
|
|||||||
@@ -467,7 +467,7 @@ edx-drf-extensions==10.5.0
|
|||||||
# edx-when
|
# edx-when
|
||||||
# edxval
|
# edxval
|
||||||
# openedx-learning
|
# openedx-learning
|
||||||
edx-enterprise==4.32.0
|
edx-enterprise==4.32.1
|
||||||
# via
|
# via
|
||||||
# -c requirements/edx/../constraints.txt
|
# -c requirements/edx/../constraints.txt
|
||||||
# -r requirements/edx/kernel.in
|
# -r requirements/edx/kernel.in
|
||||||
|
|||||||
@@ -741,7 +741,7 @@ edx-drf-extensions==10.5.0
|
|||||||
# edx-when
|
# edx-when
|
||||||
# edxval
|
# edxval
|
||||||
# openedx-learning
|
# openedx-learning
|
||||||
edx-enterprise==4.32.0
|
edx-enterprise==4.32.1
|
||||||
# via
|
# via
|
||||||
# -c requirements/edx/../constraints.txt
|
# -c requirements/edx/../constraints.txt
|
||||||
# -r requirements/edx/doc.txt
|
# -r requirements/edx/doc.txt
|
||||||
|
|||||||
@@ -547,7 +547,7 @@ edx-drf-extensions==10.5.0
|
|||||||
# edx-when
|
# edx-when
|
||||||
# edxval
|
# edxval
|
||||||
# openedx-learning
|
# openedx-learning
|
||||||
edx-enterprise==4.32.0
|
edx-enterprise==4.32.1
|
||||||
# via
|
# via
|
||||||
# -c requirements/edx/../constraints.txt
|
# -c requirements/edx/../constraints.txt
|
||||||
# -r requirements/edx/base.txt
|
# -r requirements/edx/base.txt
|
||||||
|
|||||||
@@ -571,7 +571,7 @@ edx-drf-extensions==10.5.0
|
|||||||
# edx-when
|
# edx-when
|
||||||
# edxval
|
# edxval
|
||||||
# openedx-learning
|
# openedx-learning
|
||||||
edx-enterprise==4.32.0
|
edx-enterprise==4.32.1
|
||||||
# via
|
# via
|
||||||
# -c requirements/edx/../constraints.txt
|
# -c requirements/edx/../constraints.txt
|
||||||
# -r requirements/edx/base.txt
|
# -r requirements/edx/base.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user