From c8084e7fa98790b176b6c62fb99c62f20e153234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:34:30 +0000 Subject: [PATCH] MNT: (deps): Bump protobuf from 3.20.1 to 5.28.0 in /ci Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 5.28.0. - [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/v3.20.1...v5.28.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... 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 c62ae2662..68c1dc11c 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4>=4.6 numpy==1.21.5 pandas==1.3.5 -protobuf==3.20.1 +protobuf==5.28.0 requests==2.28.1 importlib_metadata<5.0