From 915f8528ede2cc43415239f7368b1ff52bcfe2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:46:02 +0000 Subject: [PATCH] Bump numpy from 1.15.0 to 1.22.0 in /2_YoloV3_Execute 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] --- 2_YoloV3_Execute/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2_YoloV3_Execute/requirements.txt b/2_YoloV3_Execute/requirements.txt index 9ca6d38..2ca4311 100644 --- a/2_YoloV3_Execute/requirements.txt +++ b/2_YoloV3_Execute/requirements.txt @@ -53,7 +53,7 @@ mkl-fft==1.0.4 mkl-random==1.0.1 nbconvert==5.3.1 nbformat==4.4.0 -numpy==1.15.0 +numpy==1.22.0 numpydoc==0.8.0 olefile==0.45.1 packaging==17.1