From 6ec3e045267e7ead368411a4a7aae2e818a13d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:17:50 +0000 Subject: [PATCH] requirements: update protobuf requirement from <3.20.4 to <5.28.4 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/v2.4.1...v5.28.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bdfac55c50..de0608d93f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ packaging<25.0 pandas<2.2.4 pillow<11.1.0 pint<0.22.0 -protobuf<3.20.4 +protobuf<5.28.4 rich>=10.1, <10.13 scipy>=1.7.3, <1.15 toposort<1.11