From ba123194c195d6f3caee095c11f9cf42a963983d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:29:26 +0000 Subject: [PATCH] build(deps): bump numpy from 1.15.2 to 1.22.0 in /data-science Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data-science/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-science/requirements.txt b/data-science/requirements.txt index 3f14242..b2eae06 100644 --- a/data-science/requirements.txt +++ b/data-science/requirements.txt @@ -24,7 +24,7 @@ xlrd==1.2.0 #hdf5storage==0.1.15 #hdf5widget==0.1.0 -numpy==1.15.2 +numpy==1.22.0 sympy==1.4 pandas==0.24.2 notebook==5.7.8