From 99ce4c23b1a455c8aba85a82d40aff867a71471d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:41:44 +0000 Subject: [PATCH] Bump protobuf from 3.19.1 to 3.19.5 in /cmd/suggestion/hyperopt/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/hyperopt/v1beta1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/suggestion/hyperopt/v1beta1/requirements.txt b/cmd/suggestion/hyperopt/v1beta1/requirements.txt index f34047827b5..85f9b3e2930 100644 --- a/cmd/suggestion/hyperopt/v1beta1/requirements.txt +++ b/cmd/suggestion/hyperopt/v1beta1/requirements.txt @@ -4,7 +4,7 @@ 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 hyperopt==0.2.5 cython>=0.29.24