From 999b4efb8f2fe08c81af19a0dadec6489bf60f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:26:05 +0000 Subject: [PATCH] Bump grpcio-tools from 1.34.0 to 1.60.1 Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.34.0 to 1.60.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.60.1) --- updated-dependencies: - dependency-name: grpcio-tools 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 199c4686a..cc751be94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,14 +43,14 @@ linux_i2c = ['smbus2_asyncio==0.0.5'] osc = ['python-osc==1.7.4'] pin2dmd = ['pyusb==1.1.0'] rpi = ['apigpio-mpf==0.0.4'] -vpe = ['grpcio_tools==1.34.0', +vpe = ['grpcio_tools==1.60.1', 'grpcio==1.34.0', 'protobuf==3.14.0',] all = [ # currently no way to just use the names from above afaik? 'prompt_toolkit==3.0.33', 'asciimatics==1.12.0', 'terminaltables==3.1.0', 'requests==2.28.2', 'irc==19.0.1', 'smbus2_asyncio==0.0.5', 'python-osc==1.7.4', '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.60.1', 'grpcio==1.34.0', 'protobuf==3.14.0', ] [project.urls]