From 566cba1b3e584b3a9f3d41dcb18699d7dad04385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:22:22 +0000 Subject: [PATCH] Update dependency setuptools to v75.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 734d6fa..4a0058e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ write-commit = "bot.cli:write" [build-system] requires = [ - "setuptools==75.3.0", + "setuptools==75.4.0", "wheel==0.45.0", ] build-backend = "setuptools.build_meta"