From 5f4e02dbe12852fe2304e01a7ab9fb88e070facf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 23:06:21 +0000 Subject: [PATCH] Bump tensorflow from 1.12.0 to 1.15.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.0 to 1.15.4. - [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.12.0...v1.15.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 033e749..99adabb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ scipy==1.1.0 # CAUTION: The following line is to avoid security vulnerabilities: # See: https://nvd.nist.gov/vuln/detail/CVE-2019-7164 and https://nvd.nist.gov/vuln/detail/CVE-2019-7548 SQLAlchemy>=1.3.0 -tensorflow==1.12.0 +tensorflow==1.15.4 traitlets==4.3.2 diff --git a/setup.py b/setup.py index b66e930..7eeb153 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'scikit-learn', 'scipy', 'SQLAlchemy', - 'tensorflow==1.13.1', + 'tensorflow==1.15.4', 'traitlets' ], entry_points='''