From c9c428fa8cf854708d3634abed9d426ee0b5536e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 19:54:21 +0000 Subject: [PATCH] Bump tensorflow from 2.3.0 to 2.3.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.0 to 2.3.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.3.0...v2.3.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db209d8..ffd72cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy==1.17.2 scipy==1.4.1 pandas>=0.25.1 hmmlearn>=0.2.3 -tensorflow==2.3.0 +tensorflow==2.3.1 pandas_datareader>=0.9.0 yfinance>=0.1.30