From 53de1eea2ccb15a4ab1fd262d7c612fe7fdc1e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:17:05 +0000 Subject: [PATCH] deps: update grpcio-tools requirement from ~=1.60.0 to >=1.60,<1.67 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.60.0...v1.66.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2df87137a..9526a1d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "urllib3>=1.26.4", "minio", "grpcio~=1.60.0", - "grpcio-tools~=1.60.0", + "grpcio-tools>=1.60,<1.67", "numpy>=1.21.6", "protobuf~=4.25.2", "pymongo",