From c002f2ed93af05fb673c4913a39f83fbe7bb5686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:04:13 +0000 Subject: [PATCH] Bump protobuf from 3.19.1 to 3.19.5 in /cmd/suggestion/hyperband/v1beta1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.1...v3.19.5) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cmd/suggestion/hyperband/v1beta1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/suggestion/hyperband/v1beta1/requirements.txt b/cmd/suggestion/hyperband/v1beta1/requirements.txt index 0b0b7450685..16a817933a5 100644 --- a/cmd/suggestion/hyperband/v1beta1/requirements.txt +++ b/cmd/suggestion/hyperband/v1beta1/requirements.txt @@ -4,6 +4,6 @@ numpy>=1.20.0 scikit-learn>=0.24.0 scipy>=1.5.4 forestci==0.3 -protobuf==3.19.1 +protobuf==3.19.5 googleapis-common-protos==1.6.0 cython>=0.29.24