Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to at least numpy 1.22 once we can drop the python 3.7.1 requirement #9

Open
cwren-usds opened this issue Sep 30, 2022 · 0 comments

Comments

@cwren-usds
Copy link
Collaborator

numpy = "^1.22.0"

causes

numpy requires Python >=3.8, so it will not be satisfied for Python >=3.7.1,<3.8

but

Dependabot cannot update numpy to a non-vulnerable version
The latest possible version of numpy that can be installed is 1.21.6.

The earliest fixed version is 1.22.0.

Package
Affected versions
Patched version
numpy
(pip)
< 1.22
1.22
Incomplete string comparison in the numpy.core component in NumPy1.9.x, which allows attackers to fail the APIs via constructing specific string objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant