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
+2 -2
View File
@@ -1,4 +1,4 @@
version = "3.17.*"
version = "3.18.*"
python2 = true
requires = ["types-futures"]
extra_description = "Generated with aid from mypy-protobuf v2.8"
extra_description = "Generated with aid from mypy-protobuf v3.0.0"