From 1d0db71765a8751b536b9547332d898c9b411f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 15:44:01 +0000 Subject: [PATCH] Bump tensorflow in /Build_Sentiment_Analysis_Flask_Web_App/AI_App Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.5.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/v1.14.0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt b/Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt index 3f8cddf..c49d5b6 100644 --- a/Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt +++ b/Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt @@ -28,7 +28,7 @@ PyYAML==5.1.1 scikit-learn==0.21.2 scipy==1.3.1 tensorboard==1.14.0 -tensorflow==1.14.0 +tensorflow==2.5.1 tensorflow-estimator==1.14.0 webencodings==0.5.1 Werkzeug==0.15.4