From 7a424df8c42e1c6d6da5c12ada658f6f688449da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 00:40:49 +0000 Subject: [PATCH] pip prod(deps): update scipy requirement from ~=1.7.3 to ~=1.11.1 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.1) --- 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 2ad672dba..79a250c32 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.1 webrtcvad~=2.0.10 Werkzeug~=2.1.1 Jinja2~=3.1.1 diff --git a/requirements_test.txt b/requirements_test.txt index fd853f48b..775d15d1d 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.1 webrtcvad~=2.0.10 Werkzeug~=2.1.1 Jinja2~=3.1.1