We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pip has supported direct references since version 19.1. Pyup seems to ignore them and consider the requirement unpinned, e.g. Harmon758/Harmonbot#2495 and Harmon758/Harmonbot#2496, due to Harmon758/Harmonbot@35b03d9 (both also show "unpinned" as the status in the repo dashboard). It should probably ignore requirements that use direct references instead, in the same way that requirements installed directly from a URL using the egg suffix are ignored.
egg
The text was updated successfully, but these errors were encountered:
Set pyup not to make PRs to pin requirements
1d72eeb
Due to pyupio/pyup#396
No branches or pull requests
Pip has supported direct references since version 19.1.
Pyup seems to ignore them and consider the requirement unpinned, e.g. Harmon758/Harmonbot#2495 and Harmon758/Harmonbot#2496, due to Harmon758/Harmonbot@35b03d9 (both also show "unpinned" as the status in the repo dashboard).
It should probably ignore requirements that use direct references instead, in the same way that requirements installed directly from a URL using the
egg
suffix are ignored.The text was updated successfully, but these errors were encountered: