Skip to content

Commit

Permalink
Merge pull request #10 from RoseSecurity/renovate/scipy-1.x
Browse files Browse the repository at this point in the history
Update dependency scipy to v1.14.0
  • Loading branch information
RoseSecurity authored Jul 15, 2024
2 parents 87d2166 + fe7f4a5 commit 490399e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
scipy = ">=1.13,<1.14"
scipy = ">=1.14,<1.15"
pandas = ">= 2.2,<2.3"
PyPDF2 = ">=3.0,<3.1"
textract = ">=1.6,<1.7"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scipy==1.13.0
scipy==1.14.0
pandas==2.2.2
PyPDF2==3.0.1
textract==1.6.5

0 comments on commit 490399e

Please sign in to comment.