From bd9b7146db989902e6d601da4782dd7172729a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:27:56 +0000 Subject: [PATCH] Bump tensorflow from 1.15.0 to 2.6.4 in /DBTunner/src-QTune Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 2.6.4. - [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.0...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- DBTunner/src-QTune/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 DBTunner/src-QTune/requirements.txt diff --git a/DBTunner/src-QTune/requirements.txt b/DBTunner/src-QTune/requirements.txt old mode 100755 new mode 100644 index 6728e034a..15806cd55 --- a/DBTunner/src-QTune/requirements.txt +++ b/DBTunner/src-QTune/requirements.txt @@ -16,7 +16,7 @@ pyparsing==2.4.2 python-dateutil==2.8.0 -tensorflow==1.15.0 +tensorflow==2.6.4 sklearn==0.0