From 89df98de6821a9a44501543f7a8303074dfa7a75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 22:38:12 +0000 Subject: [PATCH] Update dependency setuptools to v80 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5325ece15..aa7fe6311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=79.0", "wheel~=0.45.0"] +requires = ["setuptools~=80.0", "wheel~=0.45.0"] build-backend = "setuptools.build_meta" [project]