Skip to content

Commit 07ff334

Browse files
Bump grpcio from 1.53.0 to 1.53.2
Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.53.2. - [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.53.0...v1.53.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8b953a commit 07ff334

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.53.0
1+
grpcio==1.53.2
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.53.0',
13+
'grpcio==1.53.2',
1414
'protobuf==3.15.0',
1515
],
1616
zip_safe=False)

0 commit comments

Comments
 (0)