From 45d029198ae9245805835c52648da29f45d5b65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:43:06 +0000 Subject: [PATCH] deps:(deps): update protobuf requirement from <=4.24.4 to <=5.28.3 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.28.3) --- 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 7244a1e4..457bf47b 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.28.3", # Other versions of protobuf give errors with pytest "frozendict>=2.3.4", "coloredlogs>14.0.0",