From 3bf3cb225cc616bf07be468313c7e4556f615118 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 10:28:49 +0000 Subject: [PATCH] Update dependency setuptools to v79 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca2d99d74..5325ece15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=78.1", "wheel~=0.45.0"] +requires = ["setuptools~=79.0", "wheel~=0.45.0"] build-backend = "setuptools.build_meta" [project]