From 8aec9e7fdf6cc5948389aadcbe49fd75c5cb554e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 20:42:41 +0000 Subject: [PATCH] Bump tensorflow-cpu from 2.2.0rc2 to 2.9.3 in /api Bumps [tensorflow-cpu](https://github.com/tensorflow/tensorflow) from 2.2.0rc2 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/v2.2.0-rc2...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f5059c4..e8bb7ff 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -40,7 +40,7 @@ six==1.14.0 # via absl-py, astunparse, google-auth, google-pasta, tensorboard-plugin-wit==1.6.0.post2 # via tensorboard tensorboard==2.2.0 # via tensorflow tensorflow-estimator==2.2.0rc0 # via tensorflow -tensorflow-cpu==2.2.0rc2 # via -r requirements.in +tensorflow-cpu==2.9.3 # via -r requirements.in termcolor==1.1.0 # via tensorflow toml==0.10.0 # via -r requirements.in tqdm==4.44.1 # via -r requirements.in