From 2a368d6fcf0d20d1db730118f50ca6fd348e0780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:24:57 +0000 Subject: [PATCH] Bump tensorflow from 1.15.0 to 2.7.2 in /src/code2graph Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 2.7.2. - [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.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..6841a0608 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.7.2 urllib3==1.24.1 wget==3.2 lxml==4.3.4