From bc8daefa730d7231e07083637420b91f6587fd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 08:43:48 +0000 Subject: [PATCH] Bump tensorflow from 2.6.0 to 2.6.1 in /Melanoma-Flask Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.6.0 to 2.6.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.6.0...v2.6.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Melanoma-Flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Melanoma-Flask/requirements.txt b/Melanoma-Flask/requirements.txt index 6ba1209..8a4ec9b 100644 --- a/Melanoma-Flask/requirements.txt +++ b/Melanoma-Flask/requirements.txt @@ -35,7 +35,7 @@ six==1.15.0 tensorboard==2.7.0 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.0 -tensorflow==2.6.0 +tensorflow==2.6.1 tensorflow-estimator==2.6.0 termcolor==1.1.0 typing-extensions==3.7.4.3