Skip to content

Commit 7c80552

Browse files
Update uv-build requirement from <0.12.0,>=0.11.12 to >=0.11.13,<0.12.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.11.12...0.11.13) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cfd49a commit 7c80552

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
@@ -9,7 +9,7 @@ dependencies = ["xarray>=2026.4.0"]
99
urls = { Repository = "https://github.com/brews/isku", Documentation = "https://brews.github.io/isku" }
1010

1111
[build-system]
12-
requires = ["uv_build>=0.11.12,<0.12.0"]
12+
requires = ["uv_build>=0.11.13,<0.12.0"]
1313
build-backend = "uv_build"
1414

1515
[dependency-groups]

0 commit comments

Comments
 (0)