Skip to content

Commit 3fda582

Browse files
Update dependency rules_python to v1.9.0 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0637451 commit 3fda582

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

57-
bazel_dep(name = "rules_python", version = "1.8.5", dev_dependency = True)
57+
bazel_dep(name = "rules_python", version = "1.9.0", dev_dependency = True)
5858

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

0 commit comments

Comments
 (0)