Skip to content

Commit e8a7e27

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

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
@@ -24,7 +24,7 @@ dev = [
2424
]
2525

2626
[build-system]
27-
requires = ["uv_build>=0.7.3,<0.8.0"]
27+
requires = ["uv_build>=0.7.3,<0.9.0"]
2828
build-backend = "uv_build"
2929

3030
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)