From 2505edfbf7c0be910cbcb2cfae1360108e75db6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 21:17:43 +0000 Subject: [PATCH] Bump tensorflow from 1.12.0 to 1.15.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.0 to 1.15.0. - [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.0) 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..19e8821 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.0 traitlets==4.3.2 diff --git a/setup.py b/setup.py index b66e930..ce6be22 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'scikit-learn', 'scipy', 'SQLAlchemy', - 'tensorflow==1.13.1', + 'tensorflow==1.15.0', 'traitlets' ], entry_points='''