From dd0a5ae3510e034518f586fb7168cbe5a4ca651d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:02:00 +0000 Subject: [PATCH] Update protobuf requirement from <5.0.0,>=4.0.0 to >=4.0.0,<6.0.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/v4.22.0-rc1...v5.27.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 ba306437..b756bb3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "Jinja2>=3.1.3,<4", "mashumaro[msgpack]>=3.9,<4.0", "pathspec>=0.9,<0.13", - "protobuf>=4.0.0,<5.0.0", + "protobuf>=4.0.0,<6.0.0", "python-dateutil>=2.0,<3.0", "requests<3.0.0", # needs to match dbt-core "typing-extensions>=4.4,<5.0",