Skip to content

Commit

Permalink
chore(deps): update dependency rules_proto to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 18, 2024
1 parent bd82e20 commit 6303698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use_repo(python, "python_3_12", "python_versions")

bazel_dep(
name = "rules_proto",
version = "7.0.2",
version = "7.1.0",
)
bazel_dep(
name = "protobuf",
Expand Down
2 changes: 1 addition & 1 deletion testing/test_deps/projects/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_proto",
version = "7.0.2",
version = "7.1.0",
)
bazel_dep(
name = "apple_support",
Expand Down

0 comments on commit 6303698

Please sign in to comment.