From 7b69d33976877f6c210bddb515e1a141f0a66c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 03:35:26 +0000 Subject: [PATCH] deps: update grpcio-health-checking requirement Updates the requirements on [grpcio-health-checking](https://grpc.io) to permit the latest version. --- updated-dependencies: - dependency-name: grpcio-health-checking dependency-version: 1.74.0 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 47b008b05..c50c9ed84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "pyopenssl", "psutil", "click==8.1.8", - "grpcio-health-checking>=1.68.1,<=1.70", + "grpcio-health-checking>=1.68.1,<=1.74.0", "pyyaml", "plotly", "virtualenv",