From 36af2ab05ea3b86648385fdf0bca61c3fa299fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:53:14 +0000 Subject: [PATCH] Bump numpy from 1.17.4 to 1.22.0 in /Sources/WebCrowler/Crowler Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 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.17.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Sources/WebCrowler/Crowler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Sources/WebCrowler/Crowler/requirements.txt diff --git a/Sources/WebCrowler/Crowler/requirements.txt b/Sources/WebCrowler/Crowler/requirements.txt old mode 100755 new mode 100644 index a1bfffa..0132f67 --- a/Sources/WebCrowler/Crowler/requirements.txt +++ b/Sources/WebCrowler/Crowler/requirements.txt @@ -2,5 +2,5 @@ Click==7.0 dlib==19.19.0 face-recognition==1.2.3 face-recognition-models==0.3.0 -numpy==1.17.4 +numpy==1.22.0 Pillow==6.2.1