From d4406015cb74fc628ca7f5e3c2fe030a55468ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 20:14:13 +0000 Subject: [PATCH] chore(deps): bump tensorflow in /ml_engine/online_prediction Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml_engine/online_prediction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 9fa0f0b92dbe..55445cdeeaa3 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.7.0; python_version > "3.6" +tensorflow==2.8.0; python_version > "3.6" tensorflow==2.6.2; python_version < "3.7" google-api-python-client==2.34.0 google-auth==2.3.3