From dcc1ebd28b1e55f773362aee3066968f30fb2043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:08:20 +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 b83951b18..b40b8aace 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.12.3 numpy==2.2.1 pandas==2.2.3 -protobuf==5.28.3 +protobuf==5.29.3 requests==2.32.3 urllib3==2.3.0