Skip to content

Commit 7aecc9a

Browse files
dependabot[bot]faretek1
authored andcommitted
chore(deps-dev): update uv-build requirement in /tests
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.10.10...0.11.14) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f79be42 commit 7aecc9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
]
1515

1616
[build-system]
17-
requires = ["uv_build>=0.10.10,<0.11.0"]
17+
requires = ["uv_build>=0.11.14,<0.12.0"]
1818
build-backend = "uv_build"
1919

2020
[tool.uv]

0 commit comments

Comments
 (0)