Skip to content

Commit

Permalink
Merge pull request #2067 from atugushev/release-7.4.1
Browse files Browse the repository at this point in the history
Release 7.4.1
  • Loading branch information
atugushev committed Mar 6, 2024
2 parents 1197151 + c671ea0 commit 60ebdf5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
## v7.4.1

05 Mar 2024

Bug Fixes:

- Skip constraint path check ([#2038](https://github.com/jazzband/pip-tools/pull/2038)).
Thanks @honnix
- Fix collecting deps for all extras in multiple input packages
([#1981](https://github.com/jazzband/pip-tools/pull/1981)). Thanks @dragly

## v7.4.0

16 Feb 2024

Features:

- Allow force-enabling or force-disabling colorized output
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -447,7 +447,7 @@ Sample `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 7.4.0
rev: 7.4.1
hooks:
- id: pip-compile
```
Expand All @@ -457,7 +457,7 @@ You might want to customize `pip-compile` args by configuring `args` and/or `fil
```yaml
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 7.4.0
rev: 7.4.1
hooks:
- id: pip-compile
files: ^requirements/production\.(in|txt)$
Expand All @@ -469,7 +469,7 @@ If you have multiple requirement files make sure you create a hook for each file
```yaml
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 7.4.0
rev: 7.4.1
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down

0 comments on commit 60ebdf5

Please sign in to comment.