build: specify frappe dependency (#40061)

build: specify frappe dependency 

Added 15.10 as dependency because stock balance depends on https://github.com/frappe/frappe/pull/24346
This commit is contained in:
Ankush Menat 2024-02-23 12:43:01 +05:30 committed by GitHub
parent c752bec2d9
commit 83b4cc5091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ">=15.10.0,<16.0.0"