Skip to content

Commit

Permalink
fix: update protobuf version [gapic-generator-python] (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung authored Nov 12, 2020
1 parent e1d4a4a commit ea3e519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def gapic_generator_python():
requirements = "@gapic_generator_python//:requirements.txt",
)

_protobuf_version = "3.11.2"
_protobuf_version = "3.13.0"
_protobuf_version_in_link = "v%s" % _protobuf_version
_maybe(
http_archive,
Expand Down

0 comments on commit ea3e519

Please sign in to comment.