From d9b860088e2247bcb1c85c91b1986e83771b4871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 15:45:01 -0500 Subject: [PATCH] Bump setuptools from 80.4.0 to 80.7.1 (#8808) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1971f033c8..60f1638975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==80.4.0", "wheel>=0.43,<0.46"] +requires = ["setuptools==80.7.1", "wheel>=0.43,<0.46"] build-backend = "setuptools.build_meta" [project]