From 43f305ad85be890038cdc977a753af772a9f00a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:28:51 +0000 Subject: [PATCH] Bump tensorflow from 2.5.2 to 2.9.3 in /app Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.2 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.5.2...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 2670c30..fe9a4c8 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -51,7 +51,7 @@ six==1.14.0 sklearn==0.0 SoundFile==0.10.3.post1 tensorboard==2.1.1 -tensorflow==2.5.2 +tensorflow==2.9.3 tensorflow-estimator==2.1.0 termcolor==1.1.0 toml==0.10.0