diff --git a/pyproject.toml b/pyproject.toml index 04f9855..ba5664e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] # https://hatch.pypa.io/latest/config/build/ -requires = ["hatchling>=1.29.0"] +requires = ["hatchling>=1.32.0"] build-backend = "hatchling.build" [project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/