From 52096c0dca62e2235e04fca6ba9ae996c3d75eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:05:53 +0000 Subject: [PATCH] deps: update grpcio-tools requirement from ~=1.60.0 to >=1.60,<1.65 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.64.1) --- 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 c11605cb6..4d470ae39 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.65", "numpy>=1.21.6", "protobuf~=4.25.2", "pymongo",