From fee03f28a206f6d525241845c6c95a00a412bf7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:34:01 +0000 Subject: [PATCH] Bump numpy from 1.14.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 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.14.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- speak5/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5b56571..7a60e2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ inflect==0.2.5 audioread==2.1.5 librosa==0.5.1 matplotlib==2.0.2 -numpy==1.14.0 +numpy==1.22.0 scipy==1.0.0 tqdm==4.11.2 Unidecode==0.4.20 diff --git a/speak5/requirements.txt b/speak5/requirements.txt index 7588bb2..4196b7d 100644 --- a/speak5/requirements.txt +++ b/speak5/requirements.txt @@ -4,7 +4,7 @@ falcon==1.2.0 inflect==0.2.5 librosa==0.5.1 matplotlib==2.0.2 -numpy==1.14.3 +numpy==1.22.0 scipy==0.19.0 tqdm==4.11.2 Unidecode==0.4.20