From 5f2cf91ba15d97afae10e2169344360cee541469 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 15 Feb 2026 19:42:13 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/common_constraints.txt | 6 ++++++ requirements/pip_tools.txt | 16 ++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 72cc4cc..7d206e7 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -18,3 +18,9 @@ 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/pip_tools.txt b/requirements/pip_tools.txt index dc223b8..0e4ab35 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -8,19 +8,23 @@ build==1.4.0 # via pip-tools click==8.3.1 # via pip-tools -packaging==25.0 - # via build -pip-tools==7.5.2 +packaging==26.0 + # via + # build + # wheel +pip-tools==7.5.3 # via -r requirements/pip_tools.in pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.45.1 +wheel==0.46.3 # via pip-tools # The following packages are considered to be unsafe in a requirements file: pip==25.3 - # via pip-tools -setuptools==80.9.0 + # via + # -c requirements/common_constraints.txt + # pip-tools +setuptools==82.0.0 # via pip-tools