From 88fbd10f45fa78abf1251eb68fbad711c80b0a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 05:06:58 +0000 Subject: [PATCH] Bump grpcio from 1.34.0 to 1.64.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.34.0 to 1.64.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.34.0...v1.64.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c1d22cfc..f6a114310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,13 +45,13 @@ rpi = ['apigpio-mpf==0.0.4'] # uvloop must be optional, because non-Cython derivatives don't support it. uvloop = ['uvloop==0.19.0'] # Oct 4 2023, msin asyncio loop vpe = ['grpcio_tools==1.34.0', - 'grpcio==1.34.0', + 'grpcio==1.64.1', 'protobuf==3.14.0',] all = [ # currently no way to just use the names from above afaik? 'prompt_toolkit==3.0.43', 'asciimatics==1.15.0', 'terminaltables==3.1.0', 'requests==2.28.2', 'irc==19.0.1', 'smbus2_asyncio==0.0.5', 'python-osc==1.8.3', 'pyusb==1.1.0', 'apigpio-mpf==0.0.4', - 'grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==3.14.0', + 'grpcio_tools==1.34.0', 'grpcio==1.64.1', 'protobuf==3.14.0', 'uvloop==0.19.0' ]