From 027da275d6413e6041047fd59460e00416d19b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:30:18 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.9.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.13.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../TxtParser/LineSpeakerSpanLabeler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hansardparser/plenaryparser/TxtParser/LineSpeakerSpanLabeler/requirements.txt b/hansardparser/plenaryparser/TxtParser/LineSpeakerSpanLabeler/requirements.txt index 43d2a50..e1ca9a5 100644 --- a/hansardparser/plenaryparser/TxtParser/LineSpeakerSpanLabeler/requirements.txt +++ b/hansardparser/plenaryparser/TxtParser/LineSpeakerSpanLabeler/requirements.txt @@ -1,3 +1,3 @@ pandas==0.24.2 tensor2tensor==1.13.2 -tensorflow==1.13.1 \ No newline at end of file +tensorflow==2.9.3 \ No newline at end of file