diff --git a/textproc/py-jinjanator/files/patch-pyproject.toml b/textproc/py-jinjanator/files/patch-pyproject.toml index 7bea4a4b88f2..4014e3856ee1 100644 --- a/textproc/py-jinjanator/files/patch-pyproject.toml +++ b/textproc/py-jinjanator/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2025-07-10 10:14:00 UTC +--- pyproject.toml.orig 2025-10-18 11:33:03 UTC +++ pyproject.toml @@ -3,7 +3,7 @@ requires = [ requires = [ "hatch-fancy-pypi-readme", "hatch-vcs", - "hatchling<1.27", -+ "hatchling<=1.28", ++ "hatchling<=1.29", ] [project]