Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bazel_dep(name = "yaml-cpp", version = "0.9.0", dev_dependency = True, repo_name
bazel_dep(name = "pugixml", version = "1.15", dev_dependency = True, repo_name = "com_github_zeux_pugixml")

# Pin this to fix a break in bazel/deps-cache.py
bazel_dep(name = "protoc-gen-validate", version = "1.2.1.bcr.2", dev_dependency = True, repo_name = "com_envoyproxy_protoc_gen_validate")
bazel_dep(name = "protoc-gen-validate", version = "1.3.0", dev_dependency = True, repo_name = "com_envoyproxy_protoc_gen_validate")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comment on the preceding line (line 46), # Pin this to fix a break in bazel/deps-cache.py, suggests this dependency was pinned to a specific version. With this update to 1.3.0, the original issue may be resolved, making the comment obsolete. Please consider removing the comment if it's no longer applicable to avoid confusion.


python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
Expand Down