Skip to content

Commit 88e680d

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.10.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.9.3...0.10.7) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.10.7 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43b65b3 commit 88e680d

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
@@ -57,5 +57,5 @@ convention = "google"
5757
"tests/**/*.py" = []
5858

5959
[build-system]
60-
requires = ["uv_build>=0.9.3,<0.10.0"]
60+
requires = ["uv_build>=0.9.3,<0.11.0"]
6161
build-backend = "uv_build"

0 commit comments

Comments
 (0)