From 6ff7465686fce7a7fe61c939a4b2575d3a408c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:40:56 +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 28f2be15d..160927afd 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.12.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