Skip to content

Commit

Permalink
fix: bumped numpy to fix CVE-2021-34141
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Sep 20, 2022
1 parent c14e1e0 commit e173f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8,<3.11"
attrs = ">=19.0"
numpy = "^1.21"
numpy = "^1.22"
scipy = "^1.6"
typing-extensions = { version = "^4", python = "~3.7" }

Expand Down

0 comments on commit e173f46

Please sign in to comment.