From 44b5400a26fbfa49bc420f38f202352fcebc85c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:56:28 +0000 Subject: [PATCH] Bump tensorflow from 2.3.1 to 2.11.1 in /app Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 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.3.1...v2.11.1) --- 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 50d3d23..62bbf58 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ numpy==1.18.2 Cython==0.29.16 decorator==4.4.2 defusedxml==0.6.0 -tensorflow==2.3.1 +tensorflow==2.11.1 opencv-python==4.2.0.34 Flask streamlit==0.57.3