From 87e8b3d30b0fba06d3024aac93b65f4f78c647b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:32:19 +0000 Subject: [PATCH] build(deps): bump numpy from 1.15.0 to 1.22.0 in /hsv_image_search Bumps [numpy](https://github.com/numpy/numpy) from 1.15.0 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.15.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hsv_image_search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsv_image_search/requirements.txt b/hsv_image_search/requirements.txt index a6ec12f..d916086 100644 --- a/hsv_image_search/requirements.txt +++ b/hsv_image_search/requirements.txt @@ -3,7 +3,7 @@ gunicorn==19.9.0 async-timeout==3.0.1 httptools==0.0.11 MarkupSafe==1.0 -numpy==1.15.0 +numpy==1.22.0 opencv-python==3.4.2.17 tinydb==3.11.1 uvloop==0.11.1