From 8d12b1e927a279d84fb9334c5c90fd8f4c0fa435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:17:12 +0000 Subject: [PATCH] Bump tensorflow from 1.5.0 to 2.9.3 in /model/attention-lstm Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.5.0 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.5.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model/attention-lstm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/attention-lstm/requirements.txt b/model/attention-lstm/requirements.txt index 9fd0ac7..4a9a0ec 100644 --- a/model/attention-lstm/requirements.txt +++ b/model/attention-lstm/requirements.txt @@ -46,7 +46,7 @@ rsa==4.0 six==1.14.0 tensorboard==1.12.2 tensorboard-plugin-wit==1.6.0.post3 -tensorflow==1.5.0 +tensorflow==2.9.3 tensorflow-estimator==1.14.0 tensorflow-tensorboard==1.5.1 termcolor==1.1.0