diff --git a/pyproject.toml b/pyproject.toml index cde3a6b..8d3a2f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ write-commit = "bot.cli:write" [build-system] requires = [ - "setuptools==74.1.2", + "setuptools==74.1.3", "wheel==0.44.0", ] build-backend = "setuptools.build_meta"