From 4142b1ad49f1809a2ae7e7e48d08a92bb2e78e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:35:13 +0000 Subject: [PATCH] Bump numpy from 1.17 to 1.22.0 in /Week 1/SLU01 - Programming Basics Bumps [numpy](https://github.com/numpy/numpy) from 1.17 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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Week 1/SLU01 - Programming Basics/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week 1/SLU01 - Programming Basics/requirements.txt b/Week 1/SLU01 - Programming Basics/requirements.txt index eb6e5b5..1af7a17 100644 --- a/Week 1/SLU01 - Programming Basics/requirements.txt +++ b/Week 1/SLU01 - Programming Basics/requirements.txt @@ -2,4 +2,4 @@ pandas==1.0.1 scikit-learn==0.22.1 nbgrader==0.6.1 matplotlib==3.1.2 -numpy==1.17 +numpy==1.22.0