Skip to content

Commit 4de0e34

Browse files
Update uv-build requirement in the development-dependencies group
Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `uv-build` to 0.9.7 - [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.13...0.9.7) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.9.7 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1862625 commit 4de0e34

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
@@ -47,5 +47,5 @@ convention = "google"
4747
"tests/**/*.py" = []
4848

4949
[build-system]
50-
requires = ["uv_build>=0.8.13,<0.9.0"]
50+
requires = ["uv_build>=0.8.13,<0.10.0"]
5151
build-backend = "uv_build"

0 commit comments

Comments
 (0)