From 4c1af74369b5db2b17a82bb3b9ddad3e3cbadb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:50:05 +0000 Subject: [PATCH] Bump the grpc-deps group in /biomedicus_client with 3 updates Bumps the grpc-deps group in /biomedicus_client with 3 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-health-checking](https://grpc.io) and [grpcio-status](https://grpc.io). Updates `grpcio` from 1.59.3 to 1.60.0 - [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.59.3...v1.60.0) Updates `grpcio-health-checking` from 1.59.3 to 1.60.0 Updates `grpcio-status` from 1.59.3 to 1.60.0 --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps - dependency-name: grpcio-health-checking dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps - dependency-name: grpcio-status dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps ... Signed-off-by: dependabot[bot] --- biomedicus_client/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/biomedicus_client/pyproject.toml b/biomedicus_client/pyproject.toml index 0ad79428..060d2977 100644 --- a/biomedicus_client/pyproject.toml +++ b/biomedicus_client/pyproject.toml @@ -37,9 +37,9 @@ classifiers = [ ] dependencies = [ "mtap>=1.3.0", - "grpcio==1.59.3", - "grpcio-health-checking==1.59.3", - "grpcio-status==1.59.3", + "grpcio==1.60.0", + "grpcio-health-checking==1.60.0", + "grpcio-status==1.60.0", "tqdm==4.66.1", "importlib_resources==6.1.1", "pyyaml==6.0.1"