From b600599e9e2a2c8ec3d33518eee7a9f6c94e200f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 04:40:35 +0000 Subject: [PATCH] chore(deps): update dependency grpcio-health-checking to v1.70.0 --- providers/openfeature-provider-flagd/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/openfeature-provider-flagd/pyproject.toml b/providers/openfeature-provider-flagd/pyproject.toml index a8171b6b..0b692391 100644 --- a/providers/openfeature-provider-flagd/pyproject.toml +++ b/providers/openfeature-provider-flagd/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pytest-bdd", "testcontainers", "asserts", - "grpcio-health-checking==1.69.0", + "grpcio-health-checking==1.70.0", ] pre-install-commands = [ "hatch build",