Skip to content

Commit 986a183

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.11.15...0.11.16) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbe304a commit 986a183

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.11.15,<0.12.0"]
17+
requires = ["uv_build>=0.11.16,<0.12.0"]
1818
build-backend = "uv_build"
1919

2020
[tool.uv]

0 commit comments

Comments
 (0)