From 960f987b6f320049d9391c89ea5d79aec597b5e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:03:09 +0000 Subject: [PATCH] Bump tensorflow in /tests/examples/requirements/test_ds_tf/target Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.12.1. - [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.5.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/examples/requirements/test_ds_tf/target/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/requirements/test_ds_tf/target/requirements.txt b/tests/examples/requirements/test_ds_tf/target/requirements.txt index 3684fbe6..2b53d428 100644 --- a/tests/examples/requirements/test_ds_tf/target/requirements.txt +++ b/tests/examples/requirements/test_ds_tf/target/requirements.txt @@ -15,4 +15,4 @@ scikit-learn==0.24.2 scipy==1.6.3 selenium==3.141.0 streamz==0.6.2 -tensorflow==2.5.0 \ No newline at end of file +tensorflow==2.12.1 \ No newline at end of file