Skip to content

Commit

Permalink
[security] update scipy pin to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan King committed Sep 6, 2023
1 parent 4fb659c commit 20bf5e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hail/python/dev/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ pyzmq==25.1.1
# jupyter-console
# jupyter-server
# qtconsole
qtconsole==5.4.3
qtconsole==5.4.4
# via jupyter
qtpy==2.4.0
# via qtconsole
Expand All @@ -421,7 +421,7 @@ rpds-py==0.10.0
# via
# jsonschema
# referencing
ruff==0.0.286
ruff==0.0.287
# via -r hail/hail/python/dev/requirements.txt
send2trash==1.8.2
# via jupyter-server
Expand Down
2 changes: 1 addition & 1 deletion hail/python/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ s3transfer==0.6.2
# 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
Expand Down
2 changes: 1 addition & 1 deletion hail/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,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

0 comments on commit 20bf5e0

Please sign in to comment.