Skip to content

Commit 60ebdf5

Browse files
authored
Merge pull request #2067 from atugushev/release-7.4.1
Release 7.4.1
2 parents 1197151 + c671ea0 commit 60ebdf5

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
316
Features:
417

518
- Allow force-enabling or force-disabling colorized output

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Sample `.pre-commit-config.yaml`:
447447
```yaml
448448
repos:
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
458458
repos:
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
470470
repos:
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

0 commit comments

Comments
 (0)