From 8aacd7ec2901e94d374288a494b640e45b380932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 09:35:23 +0000 Subject: [PATCH] build(deps): bump tensorflow from 1.15.5 to 2.9.3 in /backend Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.5 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/v1.15.5...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f2f2b62..e5efb04 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -132,7 +132,7 @@ sortedcontainers==2.4.0 soupsieve==2.3.2.post1 starlette==0.14.2 tensorboard==1.15.0 -tensorflow==1.15.5 +tensorflow==2.9.3 tensorflow-estimator==1.15.1 termcolor==1.1.0 tifffile==2021.11.2