From 410e5cd7c88e0309480db2f8d3e0879f7a942691 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 07:26:47 +0000 Subject: [PATCH] Bump grpcio-reflection from 1.33.2 to 1.34.0 in /python Bumps [grpcio-reflection](https://grpc.io) from 1.33.2 to 1.34.0. Signed-off-by: dependabot-preview[bot] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 91a0ba56a1..19191b2041 100644 --- a/python/setup.py +++ b/python/setup.py @@ -33,7 +33,7 @@ "opentracing >= 2.2.0, < 2.5.0", "jaeger-client >= 4.1.0, < 4.4.0", "grpcio-opentracing >= 1.1.4, < 1.2.0", - "grpcio-reflection==1.33.2", + "grpcio-reflection==1.34.0", "PyYAML<5.4", "gunicorn >= 19.9.0, < 20.1.0", "setuptools >= 41.0.0",