From 9daa43a2e9a8036ba4813df34e619b276b89305e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:10:20 +0000 Subject: [PATCH] Bump numpy in /pipeline/pipeline_steps/loanclassifier Bumps [numpy](https://github.com/numpy/numpy) from 1.17.1 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.17.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pipeline/pipeline_steps/loanclassifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/pipeline_steps/loanclassifier/requirements.txt b/pipeline/pipeline_steps/loanclassifier/requirements.txt index 11fc985..a25c875 100644 --- a/pipeline/pipeline_steps/loanclassifier/requirements.txt +++ b/pipeline/pipeline_steps/loanclassifier/requirements.txt @@ -2,4 +2,4 @@ dill==0.2.9 scikit-image==0.15.0 scikit-learn==0.20.1 scipy==1.1.0 -numpy==1.17.1 +numpy==1.22.0