From b12c9858bae2ca5291679a0aee1944430bf9ff04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:31:45 +0000 Subject: [PATCH] Bump numpy in /EmeraldAI/Application/ExecutionScripts/Service Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ExecutionScripts/Service/install_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 EmeraldAI/Application/ExecutionScripts/Service/install_requirements.txt diff --git a/EmeraldAI/Application/ExecutionScripts/Service/install_requirements.txt b/EmeraldAI/Application/ExecutionScripts/Service/install_requirements.txt old mode 100755 new mode 100644 index 37d7b7f..9a96f7a --- a/EmeraldAI/Application/ExecutionScripts/Service/install_requirements.txt +++ b/EmeraldAI/Application/ExecutionScripts/Service/install_requirements.txt @@ -14,7 +14,7 @@ SpeechRecognition==3.8.1 future==0.16.0 watson-developer-cloud==2.3.1 wikipedia==1.4.0 -numpy==1.14.3 +numpy==1.22.0 matplotlib==1.5.1 mutagen==1.42.0 ipython==5.8.0