From cfe07784b7c56de220f649eef09f4a2db1c6b9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:15:10 +0000 Subject: [PATCH] Bump numpy from 1.19.4 to 1.22.0 in /content/extra/lab29/sem4 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.4...v1.22.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..5b17c29 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.22.0 matplotlib==3.5.1 pandas==1.0.5 scipy==1.5.4