Bump protobuf to 3.20.1 (#8609)

There are even newer versions available (4.*), but I had found a bug
in it which prevented it from working with mypy-protobuf. For now,
sticking to just 3.20.1
This commit is contained in:
Nipunn Koorapati
2022-08-25 13:28:08 +01:00
committed by GitHub
parent 1c56148ce9
commit c17c0d5607
9 changed files with 50 additions and 22 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "3.19.*"
version = "3.20.*"
extra_description = "Generated with aid from mypy-protobuf v3.2.0"