From 7498ad86d023b9c213ab7a38f348e972c2747271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:11:23 +0000 Subject: [PATCH] chore(deps): Bump numpy from 1.19.2 to 1.22.0 in /setup Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.txt b/setup/requirements.txt index 1f370d5..96a8d72 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -1,7 +1,7 @@ scikit-learn==0.21.2 joblib==0.13.2 scipy==1.5.4 -numpy==1.19.2 +numpy==1.22.0 pandas==1.1.3 pytest==6.1.2 pytest-cov==2.10.1