From e26aef49343526facfee17e85b0f9dcac5ef3226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:38:47 +0000 Subject: [PATCH] Update protobuf requirement from <5.29.0,>=3.20.0 to >=3.20.0,<5.30.0 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/v3.20.0...v5.29.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6f23a333..db660230 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ pytorch-lightning >=2.0.0, <2.5.0 omegaconf >=2.3.0 torchmetrics >=0.10.0, <1.6.0 tensorboard >2.2.0, !=2.5.0 -protobuf >=3.20.0, <5.29.0 +protobuf >=3.20.0, <5.30.0 pytorch-tabnet ==4.1 PyYAML >=5.4, <6.1.0 # importlib-metadata <1,>=0.12