From d1b252616ffba3c48a023282fefc07d1de835b61 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Mon, 17 Aug 2026 18:18:01 +0500 Subject: [PATCH] build: upgrade pip-tools to 7.6.1 to fix pip 26.2 compatibility pip-tools 7.5.3 is incompatible with pip 26.2+ which added a required `allow_editables` kwarg to `make_requirement_preparer()`, causing the `upgrade_requirements` CI job to fail. --- requirements/pip-tools.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index bf7e12a..9e327bf 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -6,19 +6,19 @@ # build==1.5.0 # via pip-tools -click==8.3.3 +click==8.4.2 # via pip-tools -packaging==26.2 +packaging==26.3 # via # build # wheel -pip-tools==7.5.3 +pip-tools==7.6.1 # via -r requirements/pip-tools.in pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.47.0 +wheel==0.48.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: