From c60494d493722c9ae8e3ae77cce715b5b134fe1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:44:25 +0000 Subject: [PATCH] Bump numpy in /services/places365-scene-recognition Bumps [numpy](https://github.com/numpy/numpy) from 1.15.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/places365-scene-recognition/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/places365-scene-recognition/requirements.txt b/services/places365-scene-recognition/requirements.txt index 893bcd1..97a999f 100644 --- a/services/places365-scene-recognition/requirements.txt +++ b/services/places365-scene-recognition/requirements.txt @@ -3,4 +3,4 @@ grpcio-tools==1.27.2 opencv-python==3.4.4.19 Pillow==7.1.0 scipy==1.1.0 -numpy==1.15.1 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file