Skip to content

Commit bda2a25

Browse files
build(deps-dev): update uv-build requirement (#83)
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.7.19...0.9.26) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.9.26 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 19c07bd commit bda2a25

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
@@ -55,7 +55,7 @@ dev = [
5555
]
5656

5757
[build-system]
58-
requires = ["uv_build>=0.7.19,<0.8.0"]
58+
requires = ["uv_build>=0.7.19,<0.10.0"]
5959
build-backend = "uv_build"
6060

6161
[tool.ruff]

0 commit comments

Comments
 (0)