diff --git a/playground/infrastructure/requirements.txt b/playground/infrastructure/requirements.txt index a05ab1d07924..cfbd67145b14 100644 --- a/playground/infrastructure/requirements.txt +++ b/playground/infrastructure/requirements.txt @@ -23,7 +23,7 @@ PyYAML==6.0 tqdm~=4.62.3 sonora==0.2.2 pydantic==1.10.2 -grpcio-tools==1.51.1 +grpcio-tools==1.62.1 protobuf==4.21.12 google-cloud-datastore==2.11.0 diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 9829671ccb72..32924a929775 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -21,7 +21,7 @@ requires = [ "setuptools", "wheel>=0.36.0", - "grpcio-tools==1.53.0", + "grpcio-tools==1.62.1", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.7",