From eb16b78873ff209dc1dc7161f7f951ce78ededf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:32:14 +0000 Subject: [PATCH] build(deps): bump numpy from 1.15.0 to 1.22.0 in /orb_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] --- orb_image_search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orb_image_search/requirements.txt b/orb_image_search/requirements.txt index b1ca7a8..79ddc50 100644 --- a/orb_image_search/requirements.txt +++ b/orb_image_search/requirements.txt @@ -3,7 +3,7 @@ async-timeout==3.0.1 httptools==0.0.11 Flask==2.0.1 MarkupSafe==1.0 -numpy==1.15.0 +numpy==1.22.0 opencv-python==3.4.2.17 sanic==0.7.0 sanic-jinja2==0.7.1