Skip to content

Commit 0ea9494

Browse files
committed
bump the default uv version to 0.6.3
1 parent 8076549 commit 0ea9494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ uv = use_extension("//python/uv:uv.bzl", "uv")
184184
uv.default(
185185
base_url = "https://github.com/astral-sh/uv/releases/download",
186186
manifest_filename = "dist-manifest.json",
187-
version = "0.6.2",
187+
version = "0.6.3",
188188
)
189189
uv.default(
190190
compatible_with = [

0 commit comments

Comments
 (0)