File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 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
32602 Aug 2023
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ Sample `.pre-commit-config.yaml`:
424424``` yaml
425425repos :
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
435435repos:
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
447447repos:
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
You can’t perform that action at this time.
0 commit comments