From 0c83806d1f646e5abae9434b0ae2007aec5fc225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:21:25 +0000 Subject: [PATCH] Bump numpy from 1.13.3 to 1.22.0 in /proj1 Bumps [numpy](https://github.com/numpy/numpy) from 1.13.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.13.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proj1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj1/requirements.txt b/proj1/requirements.txt index e911f7c..58db9db 100644 --- a/proj1/requirements.txt +++ b/proj1/requirements.txt @@ -101,7 +101,7 @@ nose==1.3.7 notebook==5.0.0 numba==0.35.0+10.g143f70e90.dirty numexpr==2.6.2 -numpy==1.13.3 +numpy==1.22.0 numpydoc==0.7.0 odo==0.5.1 olefile==0.44