Upgrade grpcio-tools. (#30912)

diff --git a/playground/infrastructure/requirements.txt b/playground/infrastructure/requirements.txt
index a05ab1d..cfbd671 100644
--- a/playground/infrastructure/requirements.txt
+++ b/playground/infrastructure/requirements.txt
@@ -23,7 +23,7 @@
 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 9829671..32924a9 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",