From 3cbbc06b38614714d5eae6d7866f99d2200d04c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 02:21:00 +0000 Subject: [PATCH] Bump protobuf from 3.19.0 to 3.19.5 in /tools/ray_tpu/src Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.0 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.0...v3.19.5) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/ray_tpu/src/requirements-hp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ray_tpu/src/requirements-hp.txt b/tools/ray_tpu/src/requirements-hp.txt index 0161e8f4..4d097db6 100644 --- a/tools/ray_tpu/src/requirements-hp.txt +++ b/tools/ray_tpu/src/requirements-hp.txt @@ -11,4 +11,4 @@ pandas ray[tune] tensorflow-cpu==2.9.3 tensorflow-datasets==4.4.0 -protobuf==3.19.0 \ No newline at end of file +protobuf==3.19.5 \ No newline at end of file