pip-tools v1.8.0 Release Notes

Release Date: 2016-11-17 // over 7 years ago
    • ➕ Adds support for upgrading individual packages with a new option --upgrade-package. To upgrade a specific package to the latest or a specific version use --upgrade-package <pkg>. To upgrade all packages, you can still use pip-compile --upgrade. (#409)
    • ➕ Adds support for pinning dependencies even further by including the hashes found on PyPI at compilation time, which will be re-checked when dependencies are installed at installation time. This adds protection against packages that are tampered with. (#383)
    • 👌 Improve support for extras, like hypothesis[django]
    • ⬇️ Drop support for pip < 8