diff --git a/pyproject.toml b/pyproject.toml index 6ba5992..25e31b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools ~= 70.0", - "wheel ~= 0.40.0", + "wheel ~= 0.43", "pyTooling ~= 6.3" ] build-backend = "setuptools.build_meta"