From 0e9b0091fefee9ad21789d1f06a67e260dfe75e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 21:27:15 +0000 Subject: [PATCH] deps: update protobuf requirement 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...v6.30.2) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.30.2 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 0af68f27..05cd4fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "Jinja2>=3.1.2,<=3.1.6", "netaddr<=1.3.0,>=0.7.0", "networkx>=2.3,<=3.4.2", - "protobuf>=5.0.0,<=5.29.3", + "protobuf>=5.0.0,<=6.30.2", "pytest<=8.3.5", "pytest-cov<=6.0.0", "python-dotenv<=1.0.1",