From 423493a559bd99e3cc6ebb857297cecf53f83217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:33:43 +0000 Subject: [PATCH] chore(deps): update protobuf requirement in /client/verta 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.8.0...v5.27.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/verta/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/verta/requirements.txt b/client/verta/requirements.txt index addf8ef366..dfcae55841 100644 --- a/client/verta/requirements.txt +++ b/client/verta/requirements.txt @@ -3,7 +3,7 @@ cloudpickle >= 1.0, < 3.0 googleapis-common-protos >= 1.5, < 2.0 importlib-metadata >= 3.7.0 jsonschema >= 4.17.3 -protobuf >= 3.8, < 4.0 +protobuf >= 5.27.2, < 6.0 pytimeparse >= 1.1.8, < 2.0 pyyaml >= 5.1, < 7.0 requests >= 2.25, < 3.0