From 51f81cc6cdd66efb78b856880b3192be5146b19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:24:09 +0000 Subject: [PATCH] CI: (deps): Bump protobuf from 5.28.3 to 5.29.3 in /ci Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.3 to 5.29.3. - [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.3) --- 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 55b6da33f..2651696e0 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.13.3 numpy==2.2.2 pandas==2.2.3 -protobuf==5.28.3 +protobuf==5.29.3 requests==2.32.3 urllib3==2.3.0