From 9116f596022d03d2f40261e91a7cc6917564c06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:53:12 +0000 Subject: [PATCH] Bump tensorflow from 2.2.0 to 2.9.3 in /face_mask_detector Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.0 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/v2.2.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..409e99b 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.9.3 \ No newline at end of file