From 0dbd62c9efc561070c75de83b8fa6eb26b6539e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:44:56 +0000 Subject: [PATCH] deps:(deps): update protobuf requirement from <=4.24.4 to <=5.27.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...v5.27.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eeb23956..a5f2c70c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "catalogue>=2.0.0", "numpy>=1.23.3", "pyarrow>=8.0.0", - "protobuf<=4.24.4", + "protobuf<=5.27.0", # Other versions give errors with pytest, super weird! "frozendict>=2.3.4", "coloredlogs>14.0.0",