Skip to content

Commit b5c270a

Browse files
Update uv-build requirement from <0.11.0,>=0.10.0 to >=0.10.0,<0.12.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](astral-sh/uv@0.10.0...0.11.0) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34379a8 commit b5c270a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lint = [
5151
]
5252

5353
[build-system]
54-
requires = ["uv_build>=0.10.0,<0.11.0"]
54+
requires = ["uv_build>=0.10.0,<0.12.0"]
5555
build-backend = "uv_build"
5656

5757
[tool.ruff.lint]

0 commit comments

Comments
 (0)