From 22cfd400c450e2d3f1fad1fa657b9ade76496ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 00:33:24 +0000 Subject: [PATCH] pip prod(deps): update scipy requirement from ~=1.7.3 to ~=1.11.2 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.2) --- 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..8a3b55f9 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.2 webrtcvad~=2.0.10 Werkzeug~=2.1.1 Jinja2~=3.1.1 diff --git a/requirements_test.txt b/requirements_test.txt index fd853f48..b0a451e5 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.2 webrtcvad~=2.0.10 Werkzeug~=2.1.1 Jinja2~=3.1.1