From 5f27fd8266eee7daef0444086f9944d12cdb92ac Mon Sep 17 00:00:00 2001 From: Amilcar Lucas Date: Wed, 26 Aug 2026 21:23:49 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v84 --- test_pip_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pip_package.sh b/test_pip_package.sh index 1a0a2dd30..eb44250f8 100755 --- a/test_pip_package.sh +++ b/test_pip_package.sh @@ -30,7 +30,7 @@ if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "win32" ]]; then else source .venv/bin/activate fi -uv pip install "build==1.5.0" "packaging==26.3" "setuptools==83.0.0" +uv pip install "build==1.5.0" "packaging==26.3" "setuptools==84.0.0" python -m build