From a1cc2954c493eed1955620d393b7882d7310c463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 01:02:29 +0000 Subject: [PATCH] pip prod(deps): update scipy requirement from ~=1.7.3 to ~=1.11.0 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.3...v1.11.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2ad672db..759d354d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ jsmin~=3.0.1 psutil~=5.9.0 pyserial~=3.5 pyyaml~=6.0 -scipy~=1.7.3 +scipy~=1.11.0 webrtcvad~=2.0.10 Werkzeug~=2.1.1 Jinja2~=3.1.1 diff --git a/requirements_test.txt b/requirements_test.txt index fd853f48..54c6f2d1 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -23,7 +23,7 @@ jsmin~=3.0.1 psutil~=5.9.0 pyserial~=3.5 pyyaml~=6.0 -scipy~=1.7.3 +scipy~=1.11.0 webrtcvad~=2.0.10 Werkzeug~=2.1.1 Jinja2~=3.1.1