From d3fb77666cc7d3b7ee4669adfee5684c16195de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:48:59 +0000 Subject: [PATCH] MAINT: Bump grpcio from 1.67.1 to 1.68.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.67.1 to 1.68.1. - [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.67.1...v1.68.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 561fd3d01..bf33f2a87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.67.1", + "grpcio==1.68.1", "protobuf==5.28.0", "pytest==8.3.3", "pytest-cov==6.0.0",