From 6be89a5f55fbb745c115f0ee034830fe4a4a221e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:21:58 +0000 Subject: [PATCH] chore(deps): Bump protobuf from 5.29.5 to 5.29.6 in /processing Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.5 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- processing/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pyproject.toml b/processing/pyproject.toml index 069e6179..ae9aa834 100644 --- a/processing/pyproject.toml +++ b/processing/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.8" dependencies = [ "Cuckoo-common>=0.1.0", "sflock>=1.1.0", - "protobuf==5.29.5", + "protobuf==5.29.6", "httpreplay>=1.0, <1.1", "pefile==2024.8.26", "oletools>=0.60.1, <0.61",