From a63c3c18e1d882d4a6feac39c41f391f3e2c79cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:21:30 +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-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 beb511290..c4e00e480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pyopenssl", "psutil", "click==8.1.7", - "grpcio-health-checking>=1.60,<1.67", + "grpcio-health-checking>=1.60,<1.68", "pyyaml", "plotly", "virtualenv",