From dfa82edc30bfdce83c269cb38fff15dcd44039c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 04:10:46 +0000 Subject: [PATCH] Update grpcio requirement from 1.69.0 to 1.70.0 Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [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.69.0...v1.70.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 354dd35..b916432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" protobuf = "5.29.3" -grpcio = "1.69.0" +grpcio = "1.70.0" grpcio-tools = "1.69.0" jsonpickle = ">=3.0,<4.1" pymitter = ">=0.4,<1.1"