From c21e88fb74b5fb4ba886c491054495ccedfbf6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:47:23 +0000 Subject: [PATCH] chore(deps): bump protobuf from 5.28.0 to 5.29.6 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.0 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c89da8e..9e45023 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] -dependencies = ["protobuf == 5.28.0"] +dependencies = ["protobuf == 5.29.6"] description = "The maxwell protocol implementation for python." license = {file = "LICENSE"} name = "maxwell-protocol" diff --git a/requirements.txt b/requirements.txt index e3ececf..266b9a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ # # pip-compile --strip-extras # -protobuf==5.28.0 +protobuf==5.29.6 # via maxwell-protocol (setup.py)