From 499d1963501e58c5c7c9ef81b23f06b608c62185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:33:27 +0000 Subject: [PATCH] Update dependency setuptools to v75.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e281744..a16d3cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ write-commit = "bot.cli:write" [build-system] requires = [ - "setuptools==75.5.0", + "setuptools==75.6.0", "wheel==0.45.0", ] build-backend = "setuptools.build_meta"