File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 6.12.0 (2022-12-13)
2+
3+ Features:
4+
5+ - Add ` --no-index ` flag to ` pip-compile `
6+ ([ #1745 ] ( https://github.com/jazzband/pip-tools/pull/1745 ) ). Thanks @atugushev
7+
8+ Bug Fixes:
9+
10+ - Treat ` --upgrade-packages ` PKGSPECs as constraints (not just minimums), consistently
11+ ([ #1578 ] ( https://github.com/jazzband/pip-tools/pull/1578 ) ). Thanks @AndydeCleyre
12+ - Filter out the user provided unsafe packages
13+ ([ #1766 ] ( https://github.com/jazzband/pip-tools/pull/1766 ) ). Thanks @q0w
14+ - Adopt PEP-621 for packaging
15+ ([ #1763 ] ( https://github.com/jazzband/pip-tools/pull/1763 ) ). Thanks @ssbarnea
16+
117## 6.11.0 (2022-11-30)
218
319Features:
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``:
417417
418418 repos :
419419 - repo : https://github.com/jazzband/pip-tools
420- rev : 6.11 .0
420+ rev : 6.12 .0
421421 hooks :
422422 - id : pip-compile
423423
@@ -427,7 +427,7 @@ You might want to customize ``pip-compile`` args by configuring ``args`` and/or
427427
428428 repos :
429429 - repo : https://github.com/jazzband/pip-tools
430- rev : 6.11 .0
430+ rev : 6.12 .0
431431 hooks :
432432 - id : pip-compile
433433 files : ^requirements/production\.(in|txt)$
@@ -439,7 +439,7 @@ If you have multiple requirement files make sure you create a hook for each file
439439
440440 repos :
441441 - repo : https://github.com/jazzband/pip-tools
442- rev : 6.11 .0
442+ rev : 6.12 .0
443443 hooks :
444444 - id : pip-compile
445445 name : pip-compile setup.py
You can’t perform that action at this time.
0 commit comments