From 18ce7468769425b84c722745f165130b90afe4e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:10:06 +0000 Subject: [PATCH] Update dependency setuptools to v75 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29b1154b..693d1a86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=72.1", "wheel~=0.44.0"] +requires = ["setuptools~=75.1", "wheel~=0.44.0"] build-backend = "setuptools.build_meta" [project]