From 3a3b6f3915174b957216bbc2eccb111ee90452ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:08:22 +0000 Subject: [PATCH] Update protobuf requirement from <4.25.0 to <4.26.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/v2.4.1...v4.25.1) --- 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 5db9156..1f56a40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ jsonargparse[signatures] wandb <0.16.0 gradio <=3.45.2 pyyaml <=6.0.1 -protobuf <4.25.0 # 4.21 breaks with wandb, tensorboard, or pytorch-lightning: https://github.com/protocolbuffers/protobuf/issues/10048 +protobuf <4.26.0 # 4.21 breaks with wandb, tensorboard, or pytorch-lightning: https://github.com/protocolbuffers/protobuf/issues/10048 websockets lightning[app] >=2.1.0 tensorboard