From 3d957792715d259893d115f0fb62d69be343b241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:54:33 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.22.0 in /network Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- network/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/requirements.txt b/network/requirements.txt index 85d1dc4..5e35918 100644 --- a/network/requirements.txt +++ b/network/requirements.txt @@ -17,7 +17,7 @@ mkl-fft mkl-random==1.0.1 multiprocess==0.70.10 networkx==2.2 -numpy==1.16.4 +numpy==1.22.0 numexpr==2.6.2 pandas==0.24.2 requests==2.22.0