From 33e8d4f8772852e3732bf74e91b26dbd28c191ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 02:52:48 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v71 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a646af2..507d3a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==69.5.1", + "setuptools==71.0.4", "wheel" ] build-backend = "setuptools.build_meta"