diff --git a/pyproject.toml b/pyproject.toml index 1c6901d..49416a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling>=1.22.4,<1.23", - "pkginfo>=1.10,<1.11", + "pkginfo>=1.10,<1.12", "jupyterlab>=4,<5", ] build-backend = "hatchling.build"