From 9cc5d5782d63f77c66664a78db79e36693c5b5b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:09:00 +0000 Subject: [PATCH] Update dependency setuptools to v78 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de56b2ac5..f9762168e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=75.1", "wheel~=0.45.0"] +requires = ["setuptools~=78.1", "wheel~=0.45.0"] build-backend = "setuptools.build_meta" [project]