From af58787062701dd292113c6a949925f50c9be82d Mon Sep 17 00:00:00 2001 From: Amilcar Lucas Date: Thu, 17 Sep 2026 17:31:05 +0000 Subject: [PATCH] chore(deps): update dependency build to v1.6.1 --- 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 6ffd00401..cc4b717c3 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.6.0" "packaging==26.3" "setuptools==84.0.0" +uv pip install "build==1.6.1" "packaging==26.3" "setuptools==84.0.0" python -m build