From f430e41184a0efbf60f7d9872387ef3f439455dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:49:26 +0000 Subject: [PATCH] MNT: (deps): Bump protobuf from 3.20.1 to 4.24.4 in /ci Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 4.24.4. - [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.4) --- 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..d9a63c580 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.4 requests==2.28.1 importlib_metadata<5.0