From 16c165c4d38b63bdb4964bcb10c8427f94dcf372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:33:56 +0000 Subject: [PATCH] build(deps): bump grpcio Bumps the python-packages group in /utils/tracing/python with 1 update: [grpcio](https://github.com/grpc/grpc). Updates `grpcio` from 1.62.2 to 1.63.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.62.2...v1.63.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- utils/tracing/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tracing/python/requirements.txt b/utils/tracing/python/requirements.txt index 82a7376a..e0fa7fc3 100644 --- a/utils/tracing/python/requirements.txt +++ b/utils/tracing/python/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.62.2 +grpcio==1.63.0 opentelemetry-api==1.24.0 opentelemetry-exporter-zipkin==1.24.0 opentelemetry-exporter-zipkin-json==1.24.0