File tree 2 files changed +16
-3
lines changed
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
+
1
12
## v7.4.0
2
13
14
+ 16 Feb 2024
15
+
3
16
Features:
4
17
5
18
- 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`:
447
447
``` yaml
448
448
repos :
449
449
- repo : https://github.com/jazzband/pip-tools
450
- rev : 7.4.0
450
+ rev : 7.4.1
451
451
hooks :
452
452
- id : pip-compile
453
453
` ` `
@@ -457,7 +457,7 @@ You might want to customize `pip-compile` args by configuring `args` and/or `fil
457
457
` ` ` yaml
458
458
repos:
459
459
- repo: https://github.com/jazzband/pip-tools
460
- rev: 7.4.0
460
+ rev: 7.4.1
461
461
hooks:
462
462
- id: pip-compile
463
463
files: ^requirements/production\. (in|txt)$
@@ -469,7 +469,7 @@ If you have multiple requirement files make sure you create a hook for each file
469
469
` ` ` yaml
470
470
repos:
471
471
- repo: https://github.com/jazzband/pip-tools
472
- rev: 7.4.0
472
+ rev: 7.4.1
473
473
hooks:
474
474
- id: pip-compile
475
475
name: pip-compile setup.py
You can’t perform that action at this time.
0 commit comments