From 3dd93a3ad6fef20e519599ce41bce4f973b21873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:27:27 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 in /Face-Detection-Tracking Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Face-Detection-Tracking/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Face-Detection-Tracking/requirements.txt b/Face-Detection-Tracking/requirements.txt index 75887d9..3a676ab 100644 --- a/Face-Detection-Tracking/requirements.txt +++ b/Face-Detection-Tracking/requirements.txt @@ -1,7 +1,7 @@ matplotlib==3.3.2 mtcnn==0.1.0 scikit_image==0.17.2 -numpy==1.19.5 +numpy==1.22.0 streamlit==0.79.0 numba==0.53.1 filterpy==1.4.5