From 445736e191ff1d1c9d76fb62b511a533b394e0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:42:34 +0000 Subject: [PATCH] Bump numpy from 1.16.0 to 1.22.0 in /python/pipeline Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 python/pipeline/requirements.txt diff --git a/python/pipeline/requirements.txt b/python/pipeline/requirements.txt old mode 100755 new mode 100644 index 8c9ff51..d5ab96b --- a/python/pipeline/requirements.txt +++ b/python/pipeline/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.16.0 +numpy==1.22.0 scipy==1.0.1 pandas==0.22.0 requests==2.20.1