From c1cf96352006b54092c4157359a73f06f111e3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 21:53:14 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 in /python Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/requirements_python_3.5.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 python/requirements.txt diff --git a/python/requirements.txt b/python/requirements.txt old mode 100755 new mode 100644 index a30e841..8226303 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.38.1 grpcio-tools==1.38.1 protobuf==3.18.1 -numpy==1.19.5 +numpy==1.22.0 sounddevice==0.4.1 \ No newline at end of file diff --git a/python/requirements_python_3.5.txt b/python/requirements_python_3.5.txt index d330941..d5ff3f7 100644 --- a/python/requirements_python_3.5.txt +++ b/python/requirements_python_3.5.txt @@ -1,5 +1,5 @@ grpcio==1.38.1 grpcio-tools==1.38.1 protobuf==3.15.8 -numpy==1.18.5 +numpy==1.22.0 sounddevice==0.4.1 \ No newline at end of file