From 16ac5fb7b7b58c31a14fb26936d55a1f53d5e95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:13:04 +0000 Subject: [PATCH] Bump numpy from 1.17.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements3.4.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5517a9b..96b53fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ pydub==0.23.1 setuptools==41.0.1 librosa==0.7.0 scipy==1.3.1 -numpy==1.17.0 +numpy==1.22.0 webrtcvad==2.0.10 diff --git a/requirements3.4.txt b/requirements3.4.txt index 6853870..8745bfe 100644 --- a/requirements3.4.txt +++ b/requirements3.4.txt @@ -1,5 +1,5 @@ pydub==0.21.0 -numpy==1.14.3 +numpy==1.22.0 setuptools==39.0.1 scipy==1.0.0 webrtcvad==2.0.10