From 51e156031afca2f9410f7adcbdfe7d34d8284753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:54:55 +0000 Subject: [PATCH] Bump numpy from 1.15.0 to 1.22.0 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] --- requirements.txt | 2 +- requirements1.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a37bb8f..bf2dfcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ macholib==1.11 matplotlib==3.0.1 networkx==2.1 numba==0.39.0 -numpy==1.15.0 +numpy==1.22.0 pandas==0.23.4 patsy==0.5.0 peddy==0.4.2 diff --git a/requirements1.txt b/requirements1.txt index 9ac935b..5cb1928 100644 --- a/requirements1.txt +++ b/requirements1.txt @@ -18,7 +18,7 @@ matplotlib==3.0.1 networkx==2.1 numba==0.39.0 #numpy==1.15.0 -numpy==1.14.5 +numpy==1.22.0 pandas==0.23.4 patsy==0.5.0 pefile==2019.4.14