- Update Travis config to use more recent Python and requests version - Merge PR 78: Use clean exit code when --delay is used and no deps are too outdated (thanks tenzer) - Merge PR 77: Use new PyPI URL in order to avoid redirects for each request (thanks tenzer)
0.9.10
- Fix issue 73: missing versions are ignored (thanks jedie)
0.9.9
- Added support for `--delay` option (thanks clement-escolano)
0.9.8
- Removed support for the (defunct) piprot.io service - Merged 68 to add support for ignoring out of date packages with ` norot`
0.9.7
- Merged 62 to add support for `requests[security]` style extras (thanks zeebonk)
0.9.6
- Merged 53 / 54 which adds support for a simpler Github repo syntax - Allows `-rrequirements.txt` syntax for importing other requirements files. Fixes 57.