From 059623e418547d92924787e75526bccb52b2dc52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 03:30:20 +0000 Subject: [PATCH] Update protobuf requirement from <5.29,>=3.13 to >=3.13,<5.30 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.29.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 2db5e94..8cd204d 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.29" + "protobuf>=3.13,<5.30" ] setup_requires = [