From 7e7820a22eace1d567417614b8875c6d59e9699a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:17:33 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v75 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a646af2..223a9d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==69.5.1", + "setuptools==75.5.0", "wheel" ] build-backend = "setuptools.build_meta"