Skip to content

Commit 9f1cef7

Browse files
authored
Merge pull request #30 from cisco-ie/dependabot/pip/protobuf-3.15.0
Bump protobuf from 3.6.0 to 3.15.0
2 parents 3e99c81 + 87e7959 commit 9f1cef7

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 @@
11
grpcio==1.18.0
2-
protobuf==3.6.0
2+
protobuf==3.15.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
packages=['iosxr_grpc'],
1212
install_requires=[
1313
'grpcio==1.18.0',
14-
'protobuf==3.6.0',
14+
'protobuf==3.15.0',
1515
],
1616
zip_safe=False)

0 commit comments

Comments
 (0)