From c84f979eefefe3063def098ab9e01bd03b9a794c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:59:48 +0000 Subject: [PATCH] Bump tensorflow from 1.12.0 to 2.5.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.0 to 2.5.3. - [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...v2.5.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..544d355 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==2.5.3 traitlets==4.3.2 diff --git a/setup.py b/setup.py index b66e930..671f995 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'scikit-learn', 'scipy', 'SQLAlchemy', - 'tensorflow==1.13.1', + 'tensorflow==2.5.3', 'traitlets' ], entry_points='''