From 05cfcfe5caed5b0eb0fbc7aff0be0f80ca7c9cde Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 24 Nov 2024 21:51:36 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 2 +- requirements/common_constraints.txt | 8 -------- requirements/pip.txt | 4 ++-- requirements/pip_tools.txt | 2 +- requirements/test.txt | 6 +++--- 5 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 4ed8419..1d300b3 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -20,7 +20,7 @@ colorama==0.4.6 # via # -r requirements/tox.txt # tox -coverage[toml]==7.6.4 +coverage[toml]==7.6.8 # via coveralls coveralls==4.0.1 # via -r requirements/ci.in diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index cadbfbd..a58adb9 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 a5d49fa..25d1d69 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,7 +4,7 @@ # # make upgrade # -wheel==0.44.0 +wheel==0.45.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: @@ -12,5 +12,5 @@ pip==24.2 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/pip.in -setuptools==75.3.0 +setuptools==75.6.0 # via -r requirements/pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index bbfb435..c877ca4 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.44.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/test.txt b/requirements/test.txt index e18e505..b62463c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -19,11 +19,11 @@ click==8.1.7 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==1.8.0 +code-annotations==1.8.2 # via edx-lint colorama==0.4.6 # via tox -coverage==7.6.4 +coverage==7.6.8 # via -r requirements/test.in dill==0.3.9 # via pylint @@ -104,7 +104,7 @@ scipy==1.14.1 # via -r requirements/base.txt six==1.16.0 # via edx-lint -stevedore==5.3.0 +stevedore==5.4.0 # via code-annotations sympy==1.13.3 # via -r requirements/base.txt