Skip to content

Commit 16613a1

Browse files
authored
chore(deps): update dependency rules_python to v1.2.0 (#15002)
1 parent 592f87d commit 16613a1

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
@@ -32,7 +32,7 @@ bazel_dep(name = "curl", version = "8.8.0.bcr.3", repo_name = "com_github_curl_c
3232
bazel_dep(name = "crc32c", version = "1.1.0", repo_name = "com_github_google_crc32c")
3333
bazel_dep(name = "opentelemetry-cpp", version = "1.19.0", repo_name = "io_opentelemetry_cpp")
3434
bazel_dep(name = "rules_proto", version = "7.1.0")
35-
bazel_dep(name = "rules_python", version = "1.1.0")
35+
bazel_dep(name = "rules_python", version = "1.2.0")
3636

3737
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True, repo_name = "com_google_googletest")
3838
bazel_dep(name = "google_benchmark", version = "1.9.1", dev_dependency = True, repo_name = "com_google_benchmark")

0 commit comments

Comments
 (0)