From 0f84a1bcf04926758306f662a7f2e026d22abb7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:41:41 +0000 Subject: [PATCH] Bump tensorflow from 2.7.2 to 2.9.3 in /__app__ Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.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.7.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 a74b57c..649e223 100644 --- a/__app__/requirements.txt +++ b/__app__/requirements.txt @@ -1,4 +1,4 @@ azure-functions -tensorflow==2.7.2 +tensorflow==2.9.3 Pillow requests \ No newline at end of file