From 1588bf1c7161550ab0d60a3e2efe6df79be7dd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:21:48 +0000 Subject: [PATCH] Bump scipy from 1.7.3 to 1.9.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.7.3 to 1.9.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.3...v1.9.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 0d4a03b8..018014b7 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -6,6 +6,6 @@ pyarrow==6.0.1 pyspark==3.1.2 python-dateutil==2.8.2 pytz==2020.1 -scipy==1.7.3 +scipy==1.9.1 six==1.16.0 wheel==0.37.1