Skip to content

Commit b1e367d

Browse files
Update dependency rules_python to v1.8.3 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5466cf1 commit b1e367d

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
@@ -54,7 +54,7 @@ use_repo(apple_cc_configure, "local_config_apple_cc")
5454
bazel_dep(name = "rules_cc", version = "0.2.16")
5555
bazel_dep(name = "rules_license", version = "1.0.0")
5656

57-
bazel_dep(name = "rules_python", version = "1.8.2", dev_dependency = True)
57+
bazel_dep(name = "rules_python", version = "1.8.3", dev_dependency = True)
5858

5959
python = use_extension(
6060
"@rules_python//python/extensions:python.bzl",

0 commit comments

Comments
 (0)