diff --git a/pyproject.toml b/pyproject.toml index f3ce4a1..b44abeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools>=80.10.1", - "wheel==0.47.0", + "wheel==0.48.0", ] build-backend = "setuptools.build_meta"