Bump Protobuf 3.15.7 -> 3.15.8 (Fix #2524)

This commit is contained in:
Mizux Seiha
2021-04-27 15:31:30 +02:00
parent e0d46edd74
commit af7247758d
13 changed files with 18 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ setup(
version='@PROJECT_VERSION@',
packages=find_packages(),
install_requires=[
'protobuf >= 3.15.7',
'protobuf >= 3.15.8',
'absl-py >= 0.11',
],
package_data={