Merge pull request #1927 from roboflow/dependabot/pip/develop/build-gte-0.10-and-lt-1.4

⬆️ Update build requirement from <1.3,>=0.10 to >=0.10,<1.4
This commit is contained in:
Piotr Skalski 2025-11-14 14:11:24 +01:00 committed by GitHub
commit 97bf652d90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ docs = [
build = [
"twine>=5.1.1,<7.0.0",
"wheel>=0.40,<0.46",
"build>=0.10,<1.3"
"build>=0.10,<1.4"
]
[tool.bandit]