6.14.0
github-actions
released this
01 Jul 07:15
·
210 commits
to refs/heads/main
since this release
Features:
- Support config defaults using
.pip-tools.toml
orpyproject.toml
(#1863). Thanks @j00bar - Log a warning if the user specifies
-P
and the output file is present but empty (#1822). Thanks @davidmreed - Improve warning for
pip-compile
if no--allow-unsafe
was passed (#1867). Thanks @chrysle
Other Changes:
- Correct in README
pre-commit
hook to run offrequirements.in
(#1847). Thanks @atugushev - Add
pyprojects.toml
example for using setuptools (#1851). Thanks @shatakshiiii