From e0787183a2da237fe15a556268d43845856ac425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:13:18 +0000 Subject: [PATCH] MNT: (deps): Bump protobuf from 3.20.1 to 4.24.3 in /ci Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 4.24.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/v3.20.1...v4.24.3) --- 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..ce0636b6c 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==4.24.3 requests==2.28.1 importlib_metadata<5.0