From aca51a43f4e8bcd6eec686432de571a73162aa34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:47:08 +0000 Subject: [PATCH] Bump numpy from 1.13.3 to 1.22.0 in /assignment3 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] --- assignment3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 assignment3/requirements.txt diff --git a/assignment3/requirements.txt b/assignment3/requirements.txt old mode 100755 new mode 100644 index 83804c2..e49c42e --- a/assignment3/requirements.txt +++ b/assignment3/requirements.txt @@ -37,7 +37,7 @@ nbconvert==5.4.1 nbformat==4.4.0 notebook==5.7.8 numexpr==2.6.9 -numpy==1.16.2 +numpy==1.22.0 pandocfilters==1.4.2 parso==0.4.0 pexpect==4.7.0