From 5eafbbe1fea45ea3338c5524cf84b36c66a7c48f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:52:33 +0000 Subject: [PATCH] build(deps): update protobuf requirement 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/v4.22.0...v5.28.0-rc3) --- 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 ee1354d4e1..f5ede2682a 100644 --- a/setup.py +++ b/setup.py @@ -158,7 +158,7 @@ def run(self): 'jupyterlab', 'numpy', 'pandas', - 'protobuf>=4.22,<5.0.0dev', + 'protobuf>=4.22,<6.0.0', 'pyzmq<=26.1.1', 'requests', 'rich',