diff --git a/pyproject.toml b/pyproject.toml index d3d9b0c..bf21434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.31.0"] +requires = ["hatchling==1.32.0"] build-backend = "hatchling.build" [project] @@ -49,7 +49,7 @@ dev = [ "pytest>=8.3", "pytest-cov>=6.0", "ruff>=0.11", - "twine>=6.2,<7", + "twine>=6.2,<8", "types-jsonschema>=4.23", ]