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

Removed ensurepip from test workflow #67

Merged
merged 1 commit into from
Jun 2, 2024
Merged

Conversation

swryan
Copy link
Contributor

@swryan swryan commented Jun 2, 2024

Summary

Using ensurepip in the test workflow is resulting in pip version 22.3.1 which has a security vulnerability:

Found 1 known vulnerability in 1 package
Name Version ID             Fix Versions
---- ------- -------------- ------------
pip  22.3.1  PYSEC-2023-228 23.3

Removing ensurepip results in using pip version 24.0, which does not have the vulnerability:

pip                       24.0               pyhd8ed1ab_0    conda-forge

Since the pip version is not really germane to the tests, the ensurepip call has been removed.

Related Issues

  • Resolves #

Backwards incompatibilities

None

New Dependencies

None

@swryan swryan merged commit 1268439 into OpenMDAO:master Jun 2, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants