build: Pin frappe requirements to ^16.0.0 (#39782)

This commit is contained in:
Ankush Menat
2024-02-07 18:30:35 +05:30
committed by GitHub
parent 81e82b0595
commit 294f562fb9
3 changed files with 3 additions and 22 deletions

View File

@@ -39,3 +39,6 @@ force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
indent = "\t"
[tool.bench.frappe-dependencies]
frappe = ">=16.0.0-dev,<17.0.0"