From 5643722f1f4962617987952d7781fd8a17a4b36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:22:55 +0000 Subject: [PATCH] Bump numpy from 1.11.2 to 1.22.0 in /etc Bumps [numpy](https://github.com/numpy/numpy) from 1.11.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.11.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- etc/requirements_ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements_ci.txt b/etc/requirements_ci.txt index 1371bb72..a22ac400 100644 --- a/etc/requirements_ci.txt +++ b/etc/requirements_ci.txt @@ -22,7 +22,7 @@ msgpack-python==0.4.8 multipledispatch==0.4.9 networkx==1.11 numexpr==2.6.1 -numpy==1.11.2 # please update the .travis file! +numpy==1.22.0 # please update the .travis file! pandas==0.19.0 # # please update the .travis file! paramiko==2.0.2 partd==0.3.6