From ce8d47fe58e4f06255587ea0134822cbd8ffe9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:38:52 +0000 Subject: [PATCH] requirements: update protobuf requirement from <3.20.4 to <5.29.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.29.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 3c864dffe6..34bce04a09 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.29.3 rich>=10.1, <10.13 scipy>=1.7.3, <1.15 toposort<1.11