Skip to content

Commit 87e7959

Browse files
Bump protobuf from 3.6.0 to 3.15.0
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.0 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.6.0...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e99c81 commit 87e7959

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)