From ad78b694b40318dfef9c1107386b95e2017ff5be Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 25 Jan 2026 19:34:27 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/pip_tools.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index dc223b8..d9d93c7 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 +packaging==26.0 + # via + # build + # wheel pip-tools==7.5.2 # 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 +setuptools==80.10.2 # via pip-tools