From de60f5f91a393933e49535d8eff842e7362912f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:36:19 +0900 Subject: [PATCH] Update protobuf requirement from <5.29.0,>=3.20.0 to >=3.20.0,<5.30.0 (#516) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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