diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index cadbfbd6..a58adb9a 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/dev.txt b/requirements/dev.txt index 531c2004..fc70eef9 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -129,7 +129,7 @@ sphinxcontrib-serializinghtml==2.0.0 # sphinx sphinxext-rediraffe==0.2.7 # via -r requirements/base.txt -starlette==0.41.2 +starlette==0.41.3 # via sphinx-autobuild typing-extensions==4.12.2 # via @@ -143,5 +143,5 @@ uvicorn==0.32.0 # via sphinx-autobuild watchfiles==0.24.0 # via sphinx-autobuild -websockets==14.0 +websockets==14.1 # via sphinx-autobuild diff --git a/requirements/pip.txt b/requirements/pip.txt index 3b659a85..5c78c338 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -12,5 +12,5 @@ pip==24.2 # via # -c /home/runner/work/open-edx-proposals/open-edx-proposals/requirements/common_constraints.txt # -r requirements/pip.in -setuptools==75.4.0 +setuptools==75.5.0 # via -r requirements/pip.in