From fddf2c51d1b6499636e74878dd0c1d49a7511d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:36:12 +0000 Subject: [PATCH] chore(deps): bump protobuf Bumps the pip group with 1 update in the /lib/osoprotobufs/python directory: [protobuf](https://github.com/protocolbuffers/protobuf). Updates `protobuf` from 6.33.4 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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- lib/osoprotobufs/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/osoprotobufs/python/pyproject.toml b/lib/osoprotobufs/python/pyproject.toml index 5613538b6d..c194dd56cc 100644 --- a/lib/osoprotobufs/python/pyproject.toml +++ b/lib/osoprotobufs/python/pyproject.toml @@ -5,7 +5,7 @@ description = "Generated protobuf code for oso" readme = "README.md" requires-python = "==3.12.*" dependencies = [ - "protobuf==6.33.4", + "protobuf==6.33.5", ] [build-system]