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

fix: Support ~= version specifier in requirements.txt and pipfile #5902

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

aikebah
Copy link
Collaborator

@aikebah aikebah commented Aug 27, 2023

Fixes Issue #5898

Description of Change

Extend the pattern for package/version extraction from pip requirements.txt and pipenv pipfile to support the backward-compatible ~= pattern on top of the existing == and >=

Have test cases been added to cover the new functionality?

yes, existing testcases extended with a ~= specified dependency

@boring-cyborg boring-cyborg bot added core changes to core tests test cases labels Aug 27, 2023
@aikebah aikebah added this to the 8.4.1 milestone Aug 27, 2023
@aikebah aikebah linked an issue Aug 27, 2023 that may be closed by this pull request
@jeremylong jeremylong merged commit 949661b into main Oct 5, 2023
7 checks passed
@jeremylong jeremylong deleted the issue-5898 branch October 5, 2023 14:10
@jeremylong jeremylong mentioned this pull request Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core changes to core tests test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pip analyzer not showing vulnerabilities
2 participants