From 79c34d2321da910586bc87a3958566815f07a024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:01:18 +0000 Subject: [PATCH] Bump numpy from 1.19.3 to 1.22.0 in /data-mining/data-process-fnc Bumps [numpy](https://github.com/numpy/numpy) from 1.19.3 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.19.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data-mining/data-process-fnc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-mining/data-process-fnc/requirements.txt b/data-mining/data-process-fnc/requirements.txt index 4316179..e2ba3a2 100644 --- a/data-mining/data-process-fnc/requirements.txt +++ b/data-mining/data-process-fnc/requirements.txt @@ -1,3 +1,3 @@ pandas==1.1.4 google-cloud-storage==1.32.0 -numpy==1.19.3 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file