Skip to content

Commit 783d542

Browse files
deps(deps-dev): update uv-build requirement (#121)
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.3...0.11.3) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8e3325 commit 783d542

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
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "uv_build"
3-
requires = ["uv_build>=0.8.3,<0.11.0"]
3+
requires = ["uv_build>=0.8.3,<0.12.0"]
44

55
[dependency-groups]
66
dev = [

0 commit comments

Comments
 (0)