diff --git a/mergify/pyproject.toml b/mergify/pyproject.toml index 1392f8694b..c15e985c06 100644 --- a/mergify/pyproject.toml +++ b/mergify/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling>=0.13.0", - "setuptools>=66; python_version > '3.0'", + "setuptools>=82.0.1; python_version > '3.0'", "setuptools; python_version < '3.0'", ] build-backend = "hatchling.build"