Skip to content

Commit 7a6997d

Browse files
Update dependency rules_python to v1.6.1 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99d1be2 commit 7a6997d

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.8")
5555
bazel_dep(name = "rules_license", version = "1.0.0")
5656

57-
bazel_dep(name = "rules_python", version = "1.3.0", dev_dependency = True)
57+
bazel_dep(name = "rules_python", version = "1.6.1", dev_dependency = True)
5858

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

0 commit comments

Comments
 (0)