diff --git a/pyproject.toml b/pyproject.toml index 4aa2cb8..edebf81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling>=1.22.4,<1.27", + "hatchling>=1.22.4,<1.28", "pkginfo>=1.10,<1.12", ] build-backend = "hatchling.build"