Skip to content

Commit 0623db9

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update dependency uv_build to >=0.11.0,<0.12.0
1 parent 06aa3eb commit 0623db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/hello-tkinter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies = [ ]
99
hello = "hello_tkinter:hello"
1010

1111
[build-system]
12-
requires = ["uv_build>=0.10.0,<0.11.0"]
12+
requires = ["uv_build>=0.11.0,<0.12.0"]
1313
build-backend = "uv_build"

templates/hello-world/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies = [ ]
99
hello = "hello_world:hello"
1010

1111
[build-system]
12-
requires = ["uv_build>=0.10.0,<0.11.0"]
12+
requires = ["uv_build>=0.11.0,<0.12.0"]
1313
build-backend = "uv_build"

0 commit comments

Comments
 (0)