From edca6650d427625f024355ea6f322490b4d3e8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:58:21 +0000 Subject: [PATCH] Bump scipy from 1.9.3 to 1.11.2 in /hail/python Bumps [scipy](https://github.com/scipy/scipy) from 1.9.3 to 1.11.2. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.3...v1.11.2) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hail/python/pinned-requirements.txt | 2 +- hail/python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hail/python/pinned-requirements.txt b/hail/python/pinned-requirements.txt index a37e5e1985c..50faee43c91 100644 --- a/hail/python/pinned-requirements.txt +++ b/hail/python/pinned-requirements.txt @@ -317,7 +317,7 @@ s3transfer==0.6.1 # via # -c hail/hail/python/hailtop/pinned-requirements.txt # boto3 -scipy==1.9.3 +scipy==1.11.2 # via -r hail/hail/python/requirements.txt six==1.16.0 # via diff --git a/hail/python/requirements.txt b/hail/python/requirements.txt index 0674fefa847..cf20015331f 100644 --- a/hail/python/requirements.txt +++ b/hail/python/requirements.txt @@ -15,4 +15,4 @@ plotly>=5.5.0,<6 protobuf==3.20.2 pyspark>=3.3.0,<3.4 requests>=2.25.1,<3 -scipy>1.2,<1.10 +scipy>1.2,<1.12