pip-tools v5.3.0 Release Notes

Release Date: 2020-07-26 // almost 4 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add -h alias for --help option to pip-sync and pip-compile (1163). Thanks @jan25
    • โž• Add pip>=20.2 support (1168). Thanks @atugushev
    • ๐Ÿ”€ pip-sync now exists with code 1 on --dry-run (1172). Thanks @francisbrito
    • pip-compile now doesn't resolve constraints from -c constraints.txtthat are not (yet) requirements (1175). Thanks @clslgrnc
    • โž• Add --reuse-hashes/--no-reuse-hashes options to pip-compile (1177). Thanks @graingert