Skip to content

Commit 514d86c

Browse files
build(deps-dev): update uv-build requirement (#12)
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.9.2...0.10.9) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.10.9 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 57acbac commit 514d86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build>=0.9.2,<0.10.0"]
2+
requires = ["uv_build>=0.9.2,<0.11.0"]
33
build-backend = "uv_build"
44

55
[project]

0 commit comments

Comments
 (0)