From 4abe8e81ad34b408203f60be6f3d27c862660ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:40:53 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.0 to 2.7.2. - [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.3.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/natural-language-processing-with-disaster-tweets-kaggle-competition/requirements.txt b/natural-language-processing-with-disaster-tweets-kaggle-competition/requirements.txt index ddca17cf1..52ebb06d6 100644 --- a/natural-language-processing-with-disaster-tweets-kaggle-competition/requirements.txt +++ b/natural-language-processing-with-disaster-tweets-kaggle-competition/requirements.txt @@ -3,5 +3,5 @@ seaborn==0.9.0 nltk==3.6.7 scikit-learn==0.23.2 gensim==4.2.0 -tensorflow==2.3.0 +tensorflow==2.7.2 wget==3.2