diff options
Diffstat (limited to 'www/py-frappe-bench/files/patch-pyproject.toml')
-rw-r--r-- | www/py-frappe-bench/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-frappe-bench/files/patch-pyproject.toml b/www/py-frappe-bench/files/patch-pyproject.toml new file mode 100644 index 000000000000..8811eaa5f57c --- /dev/null +++ b/www/py-frappe-bench/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-09-27 13:44:50 UTC ++++ pyproject.toml +@@ -44,7 +44,7 @@ requires = [ + + [build-system] + requires = [ +- "hatchling>=1.6.0,<=1.21.0", ++ "hatchling>=1.6.0,<=1.30.0", + ] + build-backend = "hatchling.build" + |