From 11c67b55eaf9eb8528808dddb83922d7f2ec62d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 00:20:36 +0000 Subject: [PATCH] Bump tensorflow from 1.15.0 to 2.5.3 in /src/code2graph Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.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.15.0...v2.5.3) --- 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..244b8684e 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.5.3 urllib3==1.24.1 wget==3.2 lxml==4.3.4