Skip to content

Commit ea3e519

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)