From 0f804a241b705460cd2bdeb47043f44b43ec24f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 02:02:49 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.3 to 2.11.1. - [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.9.3...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../customvision/modules/fruitclassifier/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/interop-customvision-textmsg-uwpapp/customvision/modules/fruitclassifier/app/requirements.txt b/samples/interop-customvision-textmsg-uwpapp/customvision/modules/fruitclassifier/app/requirements.txt index 563d83a..7723c14 100644 --- a/samples/interop-customvision-textmsg-uwpapp/customvision/modules/fruitclassifier/app/requirements.txt +++ b/samples/interop-customvision-textmsg-uwpapp/customvision/modules/fruitclassifier/app/requirements.txt @@ -1,4 +1,4 @@ pillow==9.3.0 -tensorflow==2.9.3 +tensorflow==2.11.1 numpy==1.22.0 flask==1.0