From f3589bd9364e4874bd56009e908aa4a8f675c5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:11:52 +0000 Subject: [PATCH] build(deps): bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.16.5 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.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SensorNode/software/Web Server/EB Application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 SensorNode/software/Web Server/EB Application/requirements.txt diff --git a/SensorNode/software/Web Server/EB Application/requirements.txt b/SensorNode/software/Web Server/EB Application/requirements.txt old mode 100755 new mode 100644 index 981a494..62af90b --- a/SensorNode/software/Web Server/EB Application/requirements.txt +++ b/SensorNode/software/Web Server/EB Application/requirements.txt @@ -1,4 +1,4 @@ Flask==1.0.2 xively-python==0.1.0-rc0 -numpy==1.16.5 +numpy==1.22.0 scipy==1.3.1