Skip to content

Commit 9017e08

Browse files
chore(deps-dev): Update uv-build requirement (#206)
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.2...0.11.1) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8682a3a commit 9017e08

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
@@ -43,7 +43,7 @@ pretty = true
4343
line-length = 100
4444

4545
[build-system]
46-
requires = ["uv_build>=0.10.2,<0.11.0"]
46+
requires = ["uv_build>=0.10.2,<0.12.0"]
4747
build-backend = "uv_build"
4848

4949
[tool.uv.build-backend]

0 commit comments

Comments
 (0)