From 306066f03dcfa8e2408ccdd9a95c9d5e282c2c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 03:57:00 +0000 Subject: [PATCH] Update protobuf requirement from <5.28,>=3.13 to >=3.13,<5.29 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [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.13.0...v5.28.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa2a33d..7e8710d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(*parts): install_requires = [ "click>=7.1,<8.2", "graphviz>=0.14,<0.21", - "protobuf>=3.13,<5.28" + "protobuf>=3.13,<5.29" ] setup_requires = [