From e0a7e73253e0d3861693f85e0ad4b9f75ffb0686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:03:58 +0000 Subject: [PATCH] requirements: update protobuf requirement from <3.20.4 to <5.28.1 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.0) --- 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 58951c0a317..456ed0f854f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ packaging<25.0 pandas<2.2.3 pillow<10.5.0 pint<0.22.0 -protobuf<3.20.4 +protobuf<5.28.1 rich>=10.1, <10.13 scipy>=1.7.3, <1.15 toposort<1.11