From a5f7fbc20556116426a5008e7a8c12589131fc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:39:43 +0000 Subject: [PATCH] deps:(deps): update protobuf requirement from <=4.24.4 to <=5.28.1 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.1) --- 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 eb2d1bca..9811c67d 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.1", # Other versions of protobuf give errors with pytest "frozendict>=2.3.4", "coloredlogs>14.0.0",