Skip to content

Commit d3eec46

Browse files
Update uv-build requirement from <0.11.0,>=0.7.20 to >=0.7.20,<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.7.20...0.11.3) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 764920d commit d3eec46

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
@@ -62,7 +62,7 @@ docs = [
6262
pygments = { git = "https://github.com/pygments/pygments", rev = "28ec10c5e154ee27201997feb573a0b065f74082" }
6363

6464
[build-system]
65-
requires = ["uv_build>=0.7.20,<0.11.0"]
65+
requires = ["uv_build>=0.7.20,<0.12.0"]
6666
build-backend = "uv_build"
6767

6868
[tool.uv.build-backend]

0 commit comments

Comments
 (0)