This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 67b3e111ea9 Upgrade grpcio-tools. (#30912)
67b3e111ea9 is described below
commit 67b3e111ea94092fa46fb002650b2687602e2099
Author: tvalentyn <[email protected]>
AuthorDate: Thu Apr 11 15:59:18 2024 -0700
Upgrade grpcio-tools. (#30912)
---
playground/infrastructure/requirements.txt | 2 +-
sdks/python/pyproject.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/playground/infrastructure/requirements.txt
b/playground/infrastructure/requirements.txt
index a05ab1d0792..cfbd67145b1 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 9829671ccb7..32924a92977 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",