From 2df0cb3e58ab09547a74352211bc04474ae27aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 18:50:36 +0000 Subject: [PATCH] Bump tensorflow from 2.2.0 to 2.3.1 in /face_mask_detector Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.0 to 2.3.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.2.0...v2.3.1) Signed-off-by: dependabot[bot] --- face_mask_detector/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face_mask_detector/requirements.txt b/face_mask_detector/requirements.txt index 6ef2348..c93875c 100644 --- a/face_mask_detector/requirements.txt +++ b/face_mask_detector/requirements.txt @@ -1,4 +1,4 @@ h5py==2.10.0 opencv-python==4.2.0.34 Pillow==7.1.2 -tensorflow==2.2.0 \ No newline at end of file +tensorflow==2.3.1 \ No newline at end of file