From 77423f71b47e3c04ad78ca675c7145bb9152cf58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:30:27 +0000 Subject: [PATCH] Bump numpy from 1.14.2 to 1.22.0 in /src Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- src/requirements_0.4.1.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 src/requirements.txt diff --git a/src/requirements.txt b/src/requirements.txt old mode 100755 new mode 100644 index 7757f81..2044384 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ scipy==1.1.0 -numpy==1.14.2 +numpy==1.22.0 pandas==0.22.0 matplotlib==2.2.2 PyQt4==4.11.4 diff --git a/src/requirements_0.4.1.txt b/src/requirements_0.4.1.txt index 347e62c..5aea5b6 100644 --- a/src/requirements_0.4.1.txt +++ b/src/requirements_0.4.1.txt @@ -1,4 +1,4 @@ -numpy==1.14.2 +numpy==1.22.0 scipy==1.1.0 matplotlib==2.2.2 pandas==0.17.1