Skip to content

Commit ae5efac

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

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
@@ -44,7 +44,7 @@ Readme = "https://github.com/a-musing-moose/django-typst-engine/blob/master/READ
4444
Documentation = "https://django-typst-engine.readthedocs.io/en/latest/"
4545

4646
[build-system]
47-
requires = ["uv_build>=0.8.3,<0.11.0"]
47+
requires = ["uv_build>=0.8.3,<0.12.0"]
4848
build-backend = "uv_build"
4949

5050
[dependency-groups]

0 commit comments

Comments
 (0)