From 6dc0458b418c86b7ac83fd5cc271f4f220ce87b4 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 --- pyproject.toml | 2 +- test_pip_package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26c276d59..2408a689e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ scripts = [ pypi_dist = [ "build==1.5.0", "packaging==26.3", - "setuptools==83.0.0", + "setuptools==84.0.0", ] win_dist = [ 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