From a83eeda6df5f303f0cfa9a65340a093021a0a476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 08:47:45 +0000 Subject: [PATCH] Bump numpy 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/RELEASE_WALKTHROUGH.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] --- .../Detection of Bright Spots in Images/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datascience_With_Python/Computer Vision/Projects/Detection of Bright Spots in Images/requirements.txt b/Datascience_With_Python/Computer Vision/Projects/Detection of Bright Spots in Images/requirements.txt index 31e837e40a..d59803dce3 100644 --- a/Datascience_With_Python/Computer Vision/Projects/Detection of Bright Spots in Images/requirements.txt +++ b/Datascience_With_Python/Computer Vision/Projects/Detection of Bright Spots in Images/requirements.txt @@ -1,4 +1,4 @@ imutils==0.5.4 skimage==0.16.2 -numpy==1.19.5 +numpy==1.22.0 opencv-python==4.1.2