Skip to content

Commit 9afc8c0

Browse files
chore(deps): update dependency uv_build to >=0.11.0,<0.12.0 (#3216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f58817 commit 9afc8c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Funding = "https://github.com/sponsors/typeddjango"
4242
"Release notes" = "https://github.com/typeddjango/django-stubs/releases"
4343

4444
[build-system]
45-
requires = ["uv_build>=0.10.0,<0.11.0"]
45+
requires = ["uv_build>=0.11.0,<0.12.0"]
4646
build-backend = "uv_build"
4747

4848
[tool.uv.build-backend]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ django-stubs-ext = { workspace = true }
9191
members = ["ext"]
9292

9393
[build-system]
94-
requires = ["uv_build>=0.10.0,<0.11.0"]
94+
requires = ["uv_build>=0.11.0,<0.12.0"]
9595
build-backend = "uv_build"
9696

9797
[tool.uv.build-backend]

0 commit comments

Comments
 (0)