File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ ## v7.4.1
2+
3+ 05 Mar 2024
4+
5+ Bug Fixes:
6+
7+ - Skip constraint path check ([ #2038 ] ( https://github.com/jazzband/pip-tools/pull/2038 ) ).
8+ Thanks @honnix
9+ - Fix collecting deps for all extras in multiple input packages
10+ ([ #1981 ] ( https://github.com/jazzband/pip-tools/pull/1981 ) ). Thanks @dragly
11+
112## v7.4.0
213
14+ 16 Feb 2024
15+
316Features:
417
518- Allow force-enabling or force-disabling colorized output
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ Sample `.pre-commit-config.yaml`:
447447``` yaml
448448repos :
449449 - repo : https://github.com/jazzband/pip-tools
450- rev : 7.4.0
450+ rev : 7.4.1
451451 hooks :
452452 - id : pip-compile
453453` ` `
@@ -457,7 +457,7 @@ You might want to customize `pip-compile` args by configuring `args` and/or `fil
457457` ` ` yaml
458458repos:
459459 - repo: https://github.com/jazzband/pip-tools
460- rev: 7.4.0
460+ rev: 7.4.1
461461 hooks:
462462 - id: pip-compile
463463 files: ^requirements/production\. (in|txt)$
@@ -469,7 +469,7 @@ If you have multiple requirement files make sure you create a hook for each file
469469` ` ` yaml
470470repos:
471471 - repo: https://github.com/jazzband/pip-tools
472- rev: 7.4.0
472+ rev: 7.4.1
473473 hooks:
474474 - id: pip-compile
475475 name: pip-compile setup.py
You can’t perform that action at this time.
0 commit comments