From c77c7a091d8004c59623a7036e304b150ceb14af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:07:46 +0000 Subject: [PATCH] Bump numpy from 1.10.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.10.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.10.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 05cb0bf..4e3357c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ DataSounds==1.2.5 -numpy==1.10.4 +numpy==1.22.0 pip==8.0.2 setuptools==20.2 wheel==0.29.0 diff --git a/requirements.txt b/requirements.txt index f744064..065f2b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ DataSounds==1.2.5 -numpy==1.10.4 +numpy==1.22.0