Skip to content

Commit 5164ff6

Browse files
authored
Merge pull request #33 from cisco-ie/dependabot/pip/grpcio-1.53.2
Bump grpcio from 1.53.0 to 1.53.2
2 parents f8b953a + 07ff334 commit 5164ff6

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)