From e96e76cb4e8b011071275fdf4aa96625eda57f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:44:45 +0000 Subject: [PATCH] deps(deps): bump protobuf from 6.32.1 to 6.33.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.32.1 to 6.33.0. - [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.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06eda14..d54226f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "platformdirs==4.5.0", "plotly==6.3.1", "prompt_toolkit==3.0.52", - "protobuf==6.32.1", + "protobuf==6.33.0", "psutil==7.1.0", "ptyprocess==0.7.0", "pure_eval==0.2.3",