From 8f0cd932d079558f40ed5f60d247c93d4d9e3b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:28:13 +0000 Subject: [PATCH] MAINT: bump grpcio from 1.67.1 to 1.69.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.67.1 to 1.69.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.67.1...v1.69.0) --- 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 80559e18..a89429cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.67.1", + "grpcio==1.69.0", "protobuf==5.28.0", "pytest==8.3.4", "pytest-cov==6.0.0",