pyupio / pyup

A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
https://pyup.io
MIT License
448 stars 67 forks source link

Direct references are considered unpinned #396

Open Harmon758 opened 3 years ago

Harmon758 commented 3 years ago

Pip has supported direct references since version 19.1. Pyup seems to ignore them and consider the requirement unpinned, e.g. https://github.com/Harmon758/Harmonbot/pull/2495 and https://github.com/Harmon758/Harmonbot/pull/2496, due to https://github.com/Harmon758/Harmonbot/commit/35b03d9a22304b211594b09816452f8f9ad6dc6c (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.