From 65685a745f21d32de7a5f4eaade528afe250fad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 02:05:13 +0000 Subject: [PATCH] Update protobuf requirement from <5.0,>=3.0 to >=5.27.2,<6.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/v3.0.0...v5.27.2) --- 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 e50aa63a..ac1d6448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ # installed via dbt-common but used directly "agate>=1.0,<2.0", "mashumaro[msgpack]>=3.0,<4.0", - "protobuf>=3.0,<5.0", + "protobuf>=5.27.2,<6.0", "typing-extensions>=4.0,<5.0", ] [project.urls]