From 9d7295cb6b37ca3f3e01e3568a0b21b13c554c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:46:56 +0000 Subject: [PATCH] chore(deps): bump protobuf from 5.28.0 to 5.29.5 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.0 to 5.29.5. - [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/compare/v5.28.0...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 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..bee0098 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.5"] description = "The maxwell protocol implementation for python." license = {file = "LICENSE"} name = "maxwell-protocol" diff --git a/requirements.txt b/requirements.txt index e3ececf..cbe5938 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ # # pip-compile --strip-extras # -protobuf==5.28.0 +protobuf==5.29.5 # via maxwell-protocol (setup.py)