From 593f80a0d77c5b04ddacf920be32c1af7a4d17bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:56:31 +0000 Subject: [PATCH] Update protobuf requirement from <5.30.0,>=3.20.0 to >=3.20.0,<6.32.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.31.1) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.31.1 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..5823a597 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.32.0 pytorch-tabnet ==4.1 PyYAML >=5.4, <6.1.0 # importlib-metadata <1,>=0.12