From 61505d9eed29e9984b70a293718f20c13ef26f07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:29:34 +0000 Subject: [PATCH] chore(deps): update python packages to v1.59.0 --- packages/python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 0b66674bc..861be111f 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -15,8 +15,8 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "grpcio==1.56.2", - "grpcio-tools==1.56.2" + "grpcio==1.59.0", + "grpcio-tools==1.59.0" ] # We need to set grpc to 1.56 until this bug is resolved : https://github.com/grpc/grpc/issues/34305 [project.urls]