⬆ Update uv-build requirement from <0.12.0,>=0.10 to >=0.10,<0.13.0

Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/uv/compare/0.10.0...0.12.0)

---
updated-dependencies:
- dependency-name: uv-build
  dependency-version: 0.12.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-29 21:43:35 +00:00
committed by GitHub
parent 88ecfa8486
commit 518e22e921
+1 -1
View File
@@ -91,7 +91,7 @@ docs-src = [
]
[build-system]
requires = ["uv_build>=0.10,<0.12.0"]
requires = ["uv_build>=0.10,<0.13.0"]
build-backend = "uv_build"
[tool.ruff.format]