Bump protobuf stub to 3.18.1 and mypy-protobuf 3.0.0 (#6157)

* Bump protobuf stub to 3.18.1 and mypy-protobuf 3.0.0

* Fix ConsumeInteger in google/protobuf/text_format.pyi

The arg was removed in protobuf 3.18
This commit is contained in:
Nipunn Koorapati
2021-10-12 14:33:22 -07:00
committed by GitHub
parent 71f2e4ab0a
commit 39867f1096
15 changed files with 1910 additions and 1552 deletions

View File

@@ -9,8 +9,8 @@
# followed by committing the changes to typeshed
#
# Update these two variables when rerunning script
PROTOBUF_VERSION=3.17.3
MYPY_PROTOBUF_VERSION=v2.8
PROTOBUF_VERSION=3.18.1
MYPY_PROTOBUF_VERSION=v3.0.0
set -ex