From d567a911719c51e07f85332880069789f065611a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:38:17 +0000 Subject: [PATCH] Update protobuf requirement from <5.30.0,>=3.20.0 to >=3.20.0,<6.31.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...v6.30.2) --- 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 b3938235..81e1701b 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.7.0 tensorboard >2.2.0, !=2.5.0 -protobuf >=3.20.0, <5.30.0 +protobuf >=3.20.0, <6.31.0 pytorch-tabnet ==4.1 PyYAML >=5.4, <6.1.0 # importlib-metadata <1,>=0.12