Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit ea3e519

Browse files
authored
fix: update protobuf version [gapic-generator-python] (#696)
1 parent e1d4a4a commit ea3e519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def gapic_generator_python():
1616
requirements = "@gapic_generator_python//:requirements.txt",
1717
)
1818

19-
_protobuf_version = "3.11.2"
19+
_protobuf_version = "3.13.0"
2020
_protobuf_version_in_link = "v%s" % _protobuf_version
2121
_maybe(
2222
http_archive,

0 commit comments

Comments
 (0)