From 5ae06b8533c8c1dc8d37c15d3651744c606771fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:16:29 +0000 Subject: [PATCH] Bump numpy in /P05_WantToPredictYourResult/env_files Bumps [numpy](https://github.com/numpy/numpy) from 1.15.3 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.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- P05_WantToPredictYourResult/env_files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P05_WantToPredictYourResult/env_files/requirements.txt b/P05_WantToPredictYourResult/env_files/requirements.txt index 4dfe207e..180fc5bd 100644 --- a/P05_WantToPredictYourResult/env_files/requirements.txt +++ b/P05_WantToPredictYourResult/env_files/requirements.txt @@ -54,7 +54,7 @@ mock==2.0.0 monotonic==1.5 msgpack==0.5.6 netifaces==0.10.4 -numpy==1.15.3 +numpy==1.22.0 olefile==0.46 pbr==5.1.0 Pillow==5.4.1