From 5b83c5569ba7d13109597b8f655b593d7ceee115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:01:34 +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.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 4f434f27..9679df8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,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.29.3", + "protobuf>=5.0.0,<=6.30.1", "pytest<=8.3.5", "pytest-cov<=6.0.0", "python-dotenv<=1.0.1",