From 2cd4d96d8c986575ac4af0840306debe5344bee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 04:56:23 +0000 Subject: [PATCH] Bump protobuf from 3.14.0 to 5.28.2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 5.28.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v5.28.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... 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..de3fd12a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,12 +46,12 @@ rpi = ['apigpio-mpf==0.0.4'] uvloop = ['uvloop==0.19.0'] # Oct 4 2023, msin asyncio loop vpe = ['grpcio_tools==1.34.0', 'grpcio==1.34.0', - 'protobuf==3.14.0',] + 'protobuf==5.28.2',] 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.34.0', 'protobuf==5.28.2', 'uvloop==0.19.0' ]