From 12eb7d6d5bbf2c0cf5c06db199af920842b70e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:17:01 +0000 Subject: [PATCH] build(deps): bump tensorflow in /demos/image_classification_example Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.1 to 2.12.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.11.1...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/image_classification_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/image_classification_example/requirements.txt b/demos/image_classification_example/requirements.txt index 1db0d79..9b238bb 100644 --- a/demos/image_classification_example/requirements.txt +++ b/demos/image_classification_example/requirements.txt @@ -1,6 +1,6 @@ numpy==1.23.5 grpcio==1.53.2 -tensorflow==2.11.1 +tensorflow==2.12.1 tensorflow-serving-api==2.11.1 opencv-python-headless==4.7.0.72 paho-mqtt==1.6.1