Skip to content

Commit 007f44d

Browse files
Update uv-build requirement from >=0.11.2 to >=0.11.6
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.2...0.11.6) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2335af commit 007f44d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ requires-python = ">=3.12"
77
dependencies = []
88

99
[dependency-groups]
10-
dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.31", "uv-build>=0.11.2"]
10+
dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.31", "uv-build>=0.11.7"]
1111

1212
[build-system]
13-
requires = ["uv_build>=0.11.2,<0.12"]
13+
requires = ["uv_build>=0.11.7,<0.12"]
1414
build-backend = "uv_build"
1515

1616
## UV

0 commit comments

Comments
 (0)