From c821b5da19f33f4e6bb584b1d1a5670788427456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:50:07 +0000 Subject: [PATCH] chore(deps): bump protobuf from 6.31.1 to 6.33.5 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.31.1 to 6.33.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.5 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 3277227..3d51834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "scikit-learn-extra==0.3.0", "pydantic>=2.0.0", "optree==0.17.0", - "protobuf==6.31.1", + "protobuf==6.33.5", "numpy==2.4.1", "networkx>=3.4.2", "requests>=2.31.0",