From f27ea443cb67d1c5f5618f878ecedcbcd5e18b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 07:36:15 +0000 Subject: [PATCH] build(deps): bump grpcio-tools from 1.59.3 to 1.60.0 Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.59.3 to 1.60.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.59.3...v1.60.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- proto/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/requirements.txt b/proto/requirements.txt index a726787..ed19470 100644 --- a/proto/requirements.txt +++ b/proto/requirements.txt @@ -3,5 +3,5 @@ # # SPDX-License-Identifier: Elastic-2.0 -grpcio-tools==1.59.3 +grpcio-tools==1.60.0 grpc-google-iam-v1==0.13.0 diff --git a/requirements.txt b/requirements.txt index 60d8819..ee1a097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ jupyter_client==8.6.0 pytest==7.4.2 python-dotenv==1.0.0 setuptools==69.0.2 -grpcio-tools==1.59.3 +grpcio-tools==1.60.0 pytest-asyncio==0.21.1 grpc-google-iam-v1==0.13.0 matplotlib