From 997811f471a51de48e0b66c7af8c1bd08e5b4422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:01:42 +0000 Subject: [PATCH] Bump scipy from 1.4.1 to 1.10.0 in /autosub Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.4.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- autosub/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autosub/requirements.txt b/autosub/requirements.txt index 26d052a..cbec43e 100644 --- a/autosub/requirements.txt +++ b/autosub/requirements.txt @@ -8,6 +8,6 @@ pydub==0.23.1 pyparsing==2.4.7 python-dateutil==2.8.1 scikit-learn==0.21.3 -scipy==1.4.1 +scipy==1.10.0 six==1.15.0 tqdm==4.44.1