From d9b318b1c933997cd5eaf21a644b3dccdead91cd Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 1 Mar 2026 19:40:20 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/pip_tools.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index dc223b8..cd3ef5b 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -8,19 +8,21 @@ 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 +pip==26.0.1 # via pip-tools -setuptools==80.9.0 +setuptools==82.0.0 # via pip-tools