Skip to content

Commit

Permalink
chore(deps): update dependency rules_python to v1.1.0 (#14946)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 21, 2025
1 parent ee8c2bb commit 0f5e910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bazel_dep(name = "curl", version = "8.8.0.bcr.2", repo_name = "com_github_curl_c
bazel_dep(name = "crc32c", version = "1.1.0", repo_name = "com_github_google_crc32c")
bazel_dep(name = "opentelemetry-cpp", version = "1.16.0", repo_name = "io_opentelemetry_cpp")
bazel_dep(name = "rules_proto", version = "7.1.0")
bazel_dep(name = "rules_python", version = "1.0.0")
bazel_dep(name = "rules_python", version = "1.1.0")

bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True, repo_name = "com_google_googletest")
bazel_dep(name = "google_benchmark", version = "1.9.0", dev_dependency = True, repo_name = "com_google_benchmark")
Expand Down

0 comments on commit 0f5e910

Please sign in to comment.