From f95c7704a755f0b5638595a972c10c35b901de03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:30:17 +0000 Subject: [PATCH] chore(deps): update dependency grpcio-health-checking to v1.68.1 --- 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 738ba02a..bca7f949 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.60.0", + "grpcio-health-checking==1.68.1", ] pre-install-commands = [ "hatch build",