Skip to content

Commit df71974

Browse files
chore(deps-dev): update uv-build requirement
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.12.1...0.12.4) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.12.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c14a794 commit df71974

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
@@ -34,7 +34,7 @@ dev = [
3434
xcoder = "xcoder.__main__:main"
3535

3636
[build-system]
37-
requires = ["uv_build>=0.12.1,<0.13.0"]
37+
requires = ["uv_build>=0.12.4,<0.13.0"]
3838
build-backend = "uv_build"
3939

4040
[tool.uv.build-backend]

0 commit comments

Comments
 (0)