From 634b853da3e0dc318d1dad16487b77628d617769 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:34:38 +0000 Subject: [PATCH] Update dependency setuptools to v72 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec9489f1e..6dca60991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=71.0", "wheel~=0.43.0"] +requires = ["setuptools~=72.1", "wheel~=0.43.0"] build-backend = "setuptools.build_meta" [project]