From cf6d7f061948d6597f4e7940203c8969376d34ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 02:10:04 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.5.3 in /nodeserver/worker Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.5.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/v2.0.0...v2.5.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nodeserver/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeserver/worker/requirements.txt b/nodeserver/worker/requirements.txt index 566a4b2..64f6cc6 100644 --- a/nodeserver/worker/requirements.txt +++ b/nodeserver/worker/requirements.txt @@ -19,7 +19,7 @@ psutil==5.6.3 requests==2.22.0 six==1.12.0 tensorboard==2.0.0 -tensorflow==2.0.0 +tensorflow==2.5.3 tensorflow-estimator==2.0.1 tensorflow-privacy==0.2.1 termcolor==1.1.0