From df87e4d2bd131f554a127833ee2bc67c7fa3f132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:48:16 +0000 Subject: [PATCH] requirements: update protobuf requirement from <3.20.4 to <5.28.3 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.2) --- 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 7bfd6563c4..7d793997ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ packaging<25.0 pandas<2.2.4 pillow<10.5.0 pint<0.22.0 -protobuf<3.20.4 +protobuf<5.28.3 rich>=10.1, <10.13 scipy>=1.7.3, <1.15 toposort<1.11