diff options
Diffstat (limited to 'textproc/py-jinjanator/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-jinjanator/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-jinjanator/files/patch-pyproject.toml b/textproc/py-jinjanator/files/patch-pyproject.toml new file mode 100644 index 000000000000..bd3163fa6db1 --- /dev/null +++ b/textproc/py-jinjanator/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-07-10 10:14:00 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ requires = [ + requires = [ + "hatch-fancy-pypi-readme", + "hatch-vcs", +- "hatchling<1.27", ++ "hatchling<1.28", + ] + + [project] |