From ec4941751653cdcd7a617462a91e570e9d40ae31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:43:19 +0000 Subject: [PATCH] Update grpcio-tools requirement Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.56.2...v1.69.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bad746c74..9c7dd1b6ec 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def run(self): ) ), include_package_data=True, - setup_requires=['grpcio-tools>=1.56.2,<1.66.0'], # ensure it is in-sync with `install_requires` + setup_requires=['grpcio-tools>=1.56.2,<1.70.0'], # ensure it is in-sync with `install_requires` install_requires=[ 'click', 'psutil',