Skip to content

Commit 36a620a

Browse files
Update uv-build requirement from <0.10.0,>=0.9.2 to >=0.9.2,<0.11.0
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.9.2...0.10.0) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5cb3a97 commit 36a620a

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
@@ -13,7 +13,7 @@ requires-python = ">= 3.10"
1313
dependencies = []
1414

1515
[build-system]
16-
requires = ["uv_build>=0.9.2,<0.10.0"]
16+
requires = ["uv_build>=0.9.2,<0.11.0"]
1717
build-backend = "uv_build"
1818

1919
[dependency-groups]

0 commit comments

Comments
 (0)