From 2267c750da8d005860f5cc1e1734306a8034b808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 21:21:52 +0000 Subject: [PATCH] Bump numpy from 1.19.4 to 1.21.0 in /content/extra/lab29/sem4 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- content/extra/lab29/sem4/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/extra/lab29/sem4/requirements.txt b/content/extra/lab29/sem4/requirements.txt index 19bbc77..eed4727 100644 --- a/content/extra/lab29/sem4/requirements.txt +++ b/content/extra/lab29/sem4/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.19.4 +numpy==1.21.0 matplotlib==3.5.1 pandas==1.0.5 scipy==1.5.4