From 8cad20cc8b07f34d18270c0f129fc8f20f5d0b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 22:24:33 +0000 Subject: [PATCH] Update protobuf requirement from ==3.13.* to >=3.13,<3.16 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/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.13.0-rc3...v3.15.6) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d473641..ff139fa 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(*parts): install_requires = [ "click==7.1.*", "graphviz>=0.14,<0.17", - "protobuf==3.13.*" + "protobuf>=3.13,<3.16" ] setup_requires = [