From b19196fe6a83ef32609804bb9bfc4c382e82e9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:21:06 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.11.1 in /api Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.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/v1.13.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 4a706b2..2db8bb8 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -3,6 +3,6 @@ Keras==2.3.1 numpy==1.18.1 opencv-python==4.2.0.32 Pillow==7.0.0 -tensorflow==1.13.1 +tensorflow==2.11.1 gunicorn==20.0.4 gevent \ No newline at end of file