From d2cf313e7a913d344306fd2093aa9419a14ded0f Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 24 Feb 2026 23:42:53 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 10 ++++------ requirements/common_constraints.txt | 6 ------ requirements/dev.txt | 22 ++++++++++------------ requirements/pip.txt | 6 ++---- requirements/quality.txt | 10 +++++----- 5 files changed, 21 insertions(+), 33 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 80046fc..7e94105 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -6,10 +6,8 @@ # cachetools==7.0.1 # via tox -certifi==2026.1.4 +certifi==2026.2.25 # via requests -chardet==5.2.0 - # via tox charset-normalizer==3.4.4 # via requests codecov==2.1.13 @@ -20,7 +18,7 @@ coverage==7.13.4 # via codecov distlib==0.4.0 # via virtualenv -filelock==3.24.2 +filelock==3.24.3 # via # tox # virtualenv @@ -40,9 +38,9 @@ pyproject-api==1.10.0 # via tox requests==2.32.5 # via codecov -tox==4.38.0 +tox==4.46.0 # via -r requirements/ci.in urllib3==2.6.3 # via requests -virtualenv==20.37.0 +virtualenv==20.39.0 # via tox diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 7d206e7..72cc4cc 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -18,9 +18,3 @@ Django<6.0 # elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html # See https://github.com/openedx/edx-platform/issues/35126 for more info elasticsearch<7.14.0 - -# pip 26 is incompatible with pip-tools hence causing failures during the build process -# Make upgrade command and all requirements upgrade jobs are broken due to this. -# The constraint can be removed once a release (pip-tools > 7.5.2) is available with support for pip 26 -# Issue to track this dependency and unpin later on: https://github.com/jazzband/pip-tools/issues/2319 -pip<26.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 7f048ec..09be7e8 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -16,14 +16,12 @@ build==1.4.0 # via -r requirements/quality.in cachetools==7.0.1 # via tox -certifi==2026.1.4 +certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography -chardet==5.2.0 - # via - # diff-cover - # tox +chardet==6.0.0.post1 + # via diff-cover charset-normalizer==3.4.4 # via requests click==8.3.1 @@ -58,7 +56,7 @@ edx-lint==5.6.0 # via # -r requirements/dev.in # -r requirements/quality.in -filelock==3.24.2 +filelock==3.24.3 # via # tox # virtualenv @@ -68,7 +66,7 @@ idna==3.11 # via requests importlib-metadata==8.7.1 # via keyring -isort==7.0.0 +isort==8.0.0 # via # -r requirements/quality.in # pylint @@ -139,7 +137,7 @@ pygments==2.19.2 # diff-cover # readme-renderer # rich -pylint==4.0.4 +pylint==4.0.5 # via # edx-lint # pylint-celery @@ -173,7 +171,7 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==14.3.2 +rich==14.3.3 # via twine secretstorage==3.5.0 # via keyring @@ -183,13 +181,13 @@ snowballstemmer==3.0.1 # via pydocstyle sqlparse==0.5.5 # via django -stevedore==5.6.0 +stevedore==5.7.0 # via code-annotations text-unidecode==1.3 # via python-slugify tomlkit==0.14.0 # via pylint -tox==4.38.0 +tox==4.46.0 # via -r requirements/dev.in twine==6.2.0 # via @@ -200,7 +198,7 @@ urllib3==2.6.3 # id # requests # twine -virtualenv==20.37.0 +virtualenv==20.39.0 # via tox wheel==0.46.3 # via -r requirements/dev.in diff --git a/requirements/pip.txt b/requirements/pip.txt index 557ddb0..35dcee6 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,9 +10,7 @@ wheel==0.46.3 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==25.3 - # via - # -c requirements/common_constraints.txt - # -r requirements/pip.in +pip==26.0.1 + # via -r requirements/pip.in setuptools==82.0.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index b8bc888..46bc255 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -12,7 +12,7 @@ backports-tarfile==1.2.0 # via jaraco-context build==1.4.0 # via -r requirements/quality.in -certifi==2026.1.4 +certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography @@ -41,7 +41,7 @@ idna==3.11 # via requests importlib-metadata==8.7.1 # via keyring -isort==7.0.0 +isort==8.0.0 # via # -r requirements/quality.in # pylint @@ -89,7 +89,7 @@ pygments==2.19.2 # via # readme-renderer # rich -pylint==4.0.4 +pylint==4.0.5 # via # edx-lint # pylint-celery @@ -119,7 +119,7 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==14.3.2 +rich==14.3.3 # via twine secretstorage==3.5.0 # via keyring @@ -127,7 +127,7 @@ six==1.17.0 # via edx-lint snowballstemmer==3.0.1 # via pydocstyle -stevedore==5.6.0 +stevedore==5.7.0 # via code-annotations text-unidecode==1.3 # via python-slugify