From 11f36d3117dee2b83c4da9a43adbfd979600eb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:22:44 +0000 Subject: [PATCH] Update protobuf requirement from <=5.28.3,>=5.0.0 to >=5.0.0,<=5.29.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/v5.26.0-rc1...v5.29.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 e7fa3910..5312c5b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "Jinja2>=3.1.2,<=3.1.5", "netaddr<=1.3.0,>=0.7.0", "networkx>=2.3,<=3.4.2", - "protobuf>=5.0.0,<=5.28.3", + "protobuf>=5.0.0,<=5.29.3", "ClusterShell<=1.9.2", "pytest<=8.3.4", "python-dotenv<=1.0.1",