Skip to content

Commit 56a98d3

Browse files
deps(pip): update uv-build requirement
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.8.17...0.9.28) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.9.28 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b390545 commit 56a98d3

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
@@ -216,5 +216,5 @@ sections = [
216216
]
217217

218218
[build-system]
219-
requires = ["uv_build>=0.8.17,<0.9.0"]
219+
requires = ["uv_build>=0.8.17,<0.10.0"]
220220
build-backend = "uv_build"

0 commit comments

Comments
 (0)