From 71b8bce2c18a5ab68861bcbe7dfa7889244f1cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:21:35 +0000 Subject: [PATCH] CI: (deps): Bump protobuf from 5.28.3 to 5.29.1 in /ci Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.3 to 5.29.1. - [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.3...v5.29.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 482196837..9a0098a62 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.12.3 numpy==2.2.0 pandas==2.2.3 -protobuf==5.28.3 +protobuf==5.29.1 requests==2.32.3