Skip to content

Commit 382f35e

Browse files
author
Igor Egorov
committed
Bump deps versions
Signed-off-by: Igor Egorov <[email protected]>
1 parent 048c98d commit 382f35e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
protobuf==3.5.1
2-
grpcio_tools==1.11.0
3-
six==1.12.0
1+
protobuf==3.8.0
2+
grpcio_tools==1.21.1
3+
six==1.12.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
exclude=['dist', 'build', '*.pyc', '.DS_Store',
1818
'.vscode', '.idea', '__pycache__', '*.bak']),
1919
install_requires=[
20-
'protobuf>=3.5.2.post1',
20+
'protobuf>=3.8.0',
2121
'grpcio-tools>=1.12.1',
2222
'pysha3;python_version<"3.6"',
2323

0 commit comments

Comments
 (0)