From 9f7575f3a58d991b0663470084ab6cf23fdc4ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:42:45 +0000 Subject: [PATCH] build(deps): bump numpy from 1.16.4 to 1.22.0 in /anaconda Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- anaconda/anaconda-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda/anaconda-requirements.txt b/anaconda/anaconda-requirements.txt index 7fa221b..37408b6 100644 --- a/anaconda/anaconda-requirements.txt +++ b/anaconda/anaconda-requirements.txt @@ -150,7 +150,7 @@ nose==1.3.7 notebook==6.0.0 numba==0.44.1 numexpr==2.6.9 -numpy==1.16.4 +numpy==1.22.0 numpy-base==1.16.4 numpydoc==0.9.1 olefile==0.46