diff --git a/requirements.txt b/requirements.txt index 3d7f838..1621b9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.38.1 +grpcio==1.53.0 grpcio-tools==1.38.1 colorama==0.3.3 termcolor==1.1.0 diff --git a/setup.py b/setup.py index ea3ce00..719703c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "Programming Language :: Python :: 3.6", ], install_requires=[ - 'grpcio==1.38.0', + 'grpcio==1.53.0', 'grpcio-tools==1.38.0', 'colorama==0.3.3', 'termcolor==1.1.0',