From de0bc589acf6034fb770436c53e640db84ff4d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:13:54 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 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.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirement.txt | 2 +- requirements_week3deliverable.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirement.txt b/requirement.txt index 5c68e65..7803a19 100644 --- a/requirement.txt +++ b/requirement.txt @@ -1,5 +1,5 @@ ipywidgets==7.5.1 -numpy==1.18.1 +numpy==1.22.0 matplotlib==3.1.3 mne==0.20.5 pandas==1.0.3 diff --git a/requirements_week3deliverable.txt b/requirements_week3deliverable.txt index 3fe030e..34bb61a 100644 --- a/requirements_week3deliverable.txt +++ b/requirements_week3deliverable.txt @@ -1,5 +1,5 @@ ipywidgets==7.5.1 -numpy==1.18.1 +numpy==1.22.0 matplotlib==3.1.3 mne==0.20.5 pandas==1.0.3