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.3 (2022-03-01)
2+
3+ Bug Fixes:
4+
5+ - Remove extras from user-supplied constraints in backtracking resolver
6+ ([ #1808 ] ( https://github.com/jazzband/pip-tools/pull/1808 ) ). Thanks @thomdixon
7+ - Fix for sync error when the ireqs being merged have no names
8+ ([ #1802 ] ( https://github.com/jazzband/pip-tools/pull/1802 ) ). Thanks @richafrank
9+
110## 6.12.2 (2022-12-25)
211
312Bug Fixes:
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.12.0
420+ rev : 6.12.3
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.12.0
430+ rev : 6.12.3
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.12.0
442+ rev : 6.12.3
443443 hooks :
444444 - id : pip-compile
445445 name : pip-compile setup.py
You can’t perform that action at this time.
0 commit comments