From 941e6d3255bf6bf1866e453a14b99aae7e027453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:57:02 +0000 Subject: [PATCH] Bump numpy from 1.16.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 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.16.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_frontend.txt | 2 +- requirements_onnx.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b97c39e..9de45b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ torch==1.0.1.post2 torchvision==0.2.2.post3 cnn-finetune==0.5.3 psutil==5.6.2 -numpy==1.16.2 +numpy==1.22.0 onnx==1.4.1 \ No newline at end of file diff --git a/requirements_frontend.txt b/requirements_frontend.txt index 9223c87..11018b6 100644 --- a/requirements_frontend.txt +++ b/requirements_frontend.txt @@ -1,7 +1,7 @@ future==0.17.1 google==2.0.2 grpcio==1.20.0 -numpy==1.16.2 +numpy==1.22.0 onnx==1.4.1 protobuf==3.7.1 requests==2.21.0 diff --git a/requirements_onnx.txt b/requirements_onnx.txt index 078d8f4..86023bb 100644 --- a/requirements_onnx.txt +++ b/requirements_onnx.txt @@ -6,4 +6,4 @@ bjoern==2.2.3 falcon==2.0.0 japronto==0.1.1 sanic==19.3.1 -numpy==1.16.2 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file