Skip to content

Commit 8e9baf3

Browse files
committed
Bump protobuf runtime dependency versions
1 parent 8a2c601 commit 8e9baf3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/csharp/Grpc.Core/Version.csproj.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<Project>
33
<PropertyGroup>
44
<GrpcCsharpVersion>1.12.0-dev</GrpcCsharpVersion>
5-
<GoogleProtobufVersion>3.3.0</GoogleProtobufVersion>
5+
<GoogleProtobufVersion>3.5.1</GoogleProtobufVersion>
66
</PropertyGroup>
77
</Project>

src/python/grpcio_health_checking/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run(self):
5757
}
5858

5959
INSTALL_REQUIRES = (
60-
'protobuf>=3.5.0.post1',
60+
'protobuf>=3.5.2.post1',
6161
'grpcio>={version}'.format(version=grpc_version.VERSION),
6262
)
6363

src/python/grpcio_reflection/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run(self):
5858
}
5959

6060
INSTALL_REQUIRES = (
61-
'protobuf>=3.5.0.post1',
61+
'protobuf>=3.5.2.post1',
6262
'grpcio>={version}'.format(version=grpc_version.VERSION),
6363
)
6464

src/python/grpcio_testing/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
INSTALL_REQUIRES = (
32-
'protobuf>=3.5.0.post1',
32+
'protobuf>=3.5.2.post1',
3333
'grpcio>={version}'.format(version=grpc_version.VERSION),
3434
)
3535

src/python/grpcio_tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'grpcio>={version}'.format(version=grpc_version.VERSION),
4242
'grpcio-tools>={version}'.format(version=grpc_version.VERSION),
4343
'grpcio-health-checking>={version}'.format(version=grpc_version.VERSION),
44-
'oauth2client>=1.4.7', 'protobuf>=3.5.0.post1', 'six>=1.10',
44+
'oauth2client>=1.4.7', 'protobuf>=3.5.2.post1', 'six>=1.10',
4545
'google-auth>=1.0.0', 'requests>=2.14.2')
4646

4747
COMMAND_CLASS = {

templates/src/csharp/Grpc.Core/Version.csproj.include.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<Project>
55
<PropertyGroup>
66
<GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion>
7-
<GoogleProtobufVersion>3.3.0</GoogleProtobufVersion>
7+
<GoogleProtobufVersion>3.5.1</GoogleProtobufVersion>
88
</PropertyGroup>
99
</Project>

0 commit comments

Comments
 (0)