From 4b567ab4222b577f94e7427fd6f2087138a4be24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:32:57 +0000 Subject: [PATCH] deps: update protobuf requirement from <6.0.0,>=5.0.0 to >=5.0.0,<7.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/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.32.1 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 111fcc4..35eb9f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,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,<6.0.0", + "protobuf>=5.0.0,<7.0.0", "pytest<=8.4.2", "pytest-cov<=6.0.0", "python-dotenv<=1.1.1",