From 11777d7112a559b9bfd343b11881e9b495f3f6b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:44:59 +0000 Subject: [PATCH] chore(deps): update python packages to v1.60.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 42a8a65d8..992962615 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.60.0", + "grpcio-tools==1.60.0", "deprecation" ] # We need to set grpc to 1.56 until this bug is resolved : https://github.com/grpc/grpc/issues/34305