From 087c1f2dc9065c43d2bcfcc2898ab48eaaf24ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:18:04 +0000 Subject: [PATCH] Bump scipy from 0.19.1 to 1.10.0 in /v3.2_to_v4.1/sql_etl Bumps [scipy](https://github.com/scipy/scipy) from 0.19.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.19.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- v3.2_to_v4.1/sql_etl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3.2_to_v4.1/sql_etl/requirements.txt b/v3.2_to_v4.1/sql_etl/requirements.txt index 85aed38c..33d42877 100644 --- a/v3.2_to_v4.1/sql_etl/requirements.txt +++ b/v3.2_to_v4.1/sql_etl/requirements.txt @@ -21,7 +21,7 @@ pytz==2017.3 pyyaml>=4.2b1 regex==2017.2.8 requests==2.20.0 -scipy==0.19.1 +scipy==1.10.0 six==1.11.0 SQLAlchemy>=1.3.0 subprocess32==3.2.7