From 522eef178858a71852d93d167c1a4dabdcfd6e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 16:58:04 +0000 Subject: [PATCH] Bump tensorflow from 1.15.0 to 2.6.4 in /src/code2graph Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 2.6.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.15.0...v2.6.4) --- 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..d536dbb60 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.6.4 urllib3==1.24.1 wget==3.2 lxml==4.3.4