From b08a459a78a477eb7618f174abe17ab6271502fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:05:57 +0000 Subject: [PATCH] Bump tensorflow from 1.8.0 to 2.12.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.8.0 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/v1.8.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client_requirements.txt | 2 +- jupyter_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client_requirements.txt b/client_requirements.txt index 37ecb36..f819fe9 100644 --- a/client_requirements.txt +++ b/client_requirements.txt @@ -1,3 +1,3 @@ pillow -tensorflow==1.8.0 +tensorflow==2.12.1 tensorflow-serving-api==1.8.0 diff --git a/jupyter_requirements.txt b/jupyter_requirements.txt index 440409b..f71407c 100644 --- a/jupyter_requirements.txt +++ b/jupyter_requirements.txt @@ -5,4 +5,4 @@ keras==2.1.4 matplotlib pillow requests -tensorflow==1.8.0 +tensorflow==2.12.1