Skip to content

Commit 9160b93

Browse files
authored
Release 7.3.0 (#1958)
1 parent b6193fd commit 9160b93

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v7.3.0
2+
3+
09 Aug 2023
4+
5+
Features:
6+
7+
- Add `--no-strip-extras` and warn about strip extras by default
8+
([#1954](https://github.com/jazzband/pip-tools/pull/1954)). Thanks @ryanhiebert
9+
10+
Bug Fixes:
11+
12+
- Fix revealed default config in header if requirements in subfolder
13+
([#1904](https://github.com/jazzband/pip-tools/pull/1904)). Thanks @atugushev
14+
- Direct references show extra requirements in .txt files
15+
([#1582](https://github.com/jazzband/pip-tools/pull/1582)). Thanks @FlorentJeannot
16+
17+
Other Changes:
18+
19+
- Document how to run under `pipx run`
20+
([#1951](https://github.com/jazzband/pip-tools/pull/1951)). Thanks @brettcannon
21+
- Document that the backtracking resolver is the current default
22+
([#1948](https://github.com/jazzband/pip-tools/pull/1948)). Thanks @jeffwidman
23+
124
## v7.2.0
225

326
02 Aug 2023

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Sample `.pre-commit-config.yaml`:
424424
```yaml
425425
repos:
426426
- repo: https://github.com/jazzband/pip-tools
427-
rev: 7.2.0
427+
rev: 7.3.0
428428
hooks:
429429
- id: pip-compile
430430
```
@@ -434,7 +434,7 @@ You might want to customize `pip-compile` args by configuring `args` and/or `fil
434434
```yaml
435435
repos:
436436
- repo: https://github.com/jazzband/pip-tools
437-
rev: 7.2.0
437+
rev: 7.3.0
438438
hooks:
439439
- id: pip-compile
440440
files: ^requirements/production\.(in|txt)$
@@ -446,7 +446,7 @@ If you have multiple requirement files make sure you create a hook for each file
446446
```yaml
447447
repos:
448448
- repo: https://github.com/jazzband/pip-tools
449-
rev: 7.2.0
449+
rev: 7.3.0
450450
hooks:
451451
- id: pip-compile
452452
name: pip-compile setup.py

0 commit comments

Comments
 (0)