From 51b2c67767fa0d9a25c4d5c2650ee88ef0bb6d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:04:59 +0000 Subject: [PATCH] MNT: (deps): Bump protobuf from 3.20.1 to 5.28.2 in /ci Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 5.28.2. - [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.2) --- 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..44b7e9721 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.2 requests==2.28.1 importlib_metadata<5.0