From fb2e05e8070e37ad8ab42b41c69337d8d58ad2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 21:35:46 +0000 Subject: [PATCH] Bump tensorflow in /examples/cloudml-fraud-detection Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.9.3. - [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/v1.15.2...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cloudml-fraud-detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloudml-fraud-detection/requirements.txt b/examples/cloudml-fraud-detection/requirements.txt index 54488806ae0..6c7f6aa35fe 100644 --- a/examples/cloudml-fraud-detection/requirements.txt +++ b/examples/cloudml-fraud-detection/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.15.2 +tensorflow==2.9.3 apache_beam[gcp]==2.12.0 tensorflow-transform==0.4.0 matplotlib