diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index cadbfbd68a..a58adb9a5d 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -11,7 +11,6 @@ # 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. - # using LTS django version Django<5.0 @@ -23,13 +22,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 -# 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 -event-tracking<2.4.1 - # 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. pip<24.3 diff --git a/requirements/pip.txt b/requirements/pip.txt index 5da2daf7cb..6ee3d48267 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -12,5 +12,5 @@ pip==24.2 # via # -c /home/runner/work/edx-documentation/edx-documentation/requirements/common_constraints.txt # -r pip.in -setuptools==75.3.0 +setuptools==75.5.0 # via -r pip.in