Skip to content

Commit 20073e4

Browse files
build(deps): update uv-build requirement from <0.9.0,>=0.8.20 to >=0.8.20,<0.10.0 (#1)
build(deps): update uv-build requirement 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.8.20...0.9.5) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.9.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stabldev <114811070+stabldev@users.noreply.github.com>
1 parent 5f5c214 commit 20073e4

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
@@ -35,5 +35,5 @@ reportExplicitAny = "none"
3535
asyncio_mode = "auto"
3636

3737
[build-system]
38-
requires = ["uv_build>=0.8.20,<0.9.0"]
38+
requires = ["uv_build>=0.8.20,<0.10.0"]
3939
build-backend = "uv_build"

0 commit comments

Comments
 (0)