diff --git a/pyproject.toml b/pyproject.toml index 67ad180a..4d330c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,7 +168,7 @@ dev = [ [build-system] # hatchling>=1.32 emits Metadata-Version 2.5, which the pinned twine version # does not yet recognize as valid (https://github.com/pypa/twine/issues/1327). -requires = ["hatchling>=1.26,<1.32"] +requires = ["hatchling>=1.26,<1.33"] build-backend = "hatchling.build" [tool.hatch.build]