Skip to content

Commit ac0a15e

Browse files
Bump grpcio from 1.18.0 to 1.53.0
Bumps [grpcio](https://github.com/grpc/grpc) from 1.18.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.18.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f1cef7 commit ac0a15e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.18.0
1+
grpcio==1.53.0
22
protobuf==3.15.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
licencse='Apache 2.0',
1111
packages=['iosxr_grpc'],
1212
install_requires=[
13-
'grpcio==1.18.0',
13+
'grpcio==1.53.0',
1414
'protobuf==3.15.0',
1515
],
1616
zip_safe=False)

0 commit comments

Comments
 (0)