From 16e8bf0bbbb791ca0d9104abf3e79207f25dfd1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 18:08:46 +0000 Subject: [PATCH] Bump tensorflow from 1.15.0 to 2.3.1 in /src/code2graph Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.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/v1.15.0...v2.3.1) Signed-off-by: dependabot[bot] --- src/code2graph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code2graph/requirements.txt b/src/code2graph/requirements.txt index e47236ba9..4be3565e9 100644 --- a/src/code2graph/requirements.txt +++ b/src/code2graph/requirements.txt @@ -11,7 +11,7 @@ rdflib==4.2.2 requests==2.21.0 scikit-learn==0.20.2 selenium==3.141.0 -tensorflow==1.15.0 +tensorflow==2.3.1 urllib3==1.24.1 wget==3.2 lxml==4.3.4