From ce5e1a6294b90cc0e1167038d3e857b25185e682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 09:40:58 -0500 Subject: [PATCH] Bump setuptools from 79.0.1 to 80.3.1 (#8696) 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 e3b10722c8..1910f008ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==79.0.1", "wheel>=0.43,<0.46"] +requires = ["setuptools==80.3.1", "wheel>=0.43,<0.46"] build-backend = "setuptools.build_meta" [project]