From 8be12ac9bad25bc2045c8be7c627fc78823b7829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:49:23 +0100 Subject: [PATCH] MAINT: Bump grpcio from 1.59.2 to 1.59.3 (#203) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3f19e6e..5d44ce95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.59.2", + "grpcio==1.59.3", "protobuf==3.20.3", "pytest==7.4.3", "pytest-cov==4.1.0",