File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 7.1.0 (2023-07-18)
2+
3+ Features:
4+
5+ - Validate parsed config against CLI options
6+ ([ #1910 ] ( https://github.com/jazzband/pip-tools/pull/1910 ) ). Thanks @atugushev
7+
8+ Bug Fixes:
9+
10+ - Fix a bug where pip-sync would unexpectedly uninstall some packages
11+ ([ #1919 ] ( https://github.com/jazzband/pip-tools/pull/1919 ) ). Thanks @atugushev
12+
113## 7.0.0 (2023-07-14)
214
315Backwards Incompatible Changes:
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ Sample `.pre-commit-config.yaml`:
415415``` yaml
416416repos :
417417 - repo : https://github.com/jazzband/pip-tools
418- rev : 7.0 .0
418+ rev : 7.1 .0
419419 hooks :
420420 - id : pip-compile
421421` ` `
@@ -425,7 +425,7 @@ You might want to customize `pip-compile` args by configuring `args` and/or `fil
425425` ` ` yaml
426426repos:
427427 - repo: https://github.com/jazzband/pip-tools
428- rev: 7.0 .0
428+ rev: 7.1 .0
429429 hooks:
430430 - id: pip-compile
431431 files: ^requirements/production\. (in|txt)$
@@ -437,7 +437,7 @@ If you have multiple requirement files make sure you create a hook for each file
437437` ` ` yaml
438438repos:
439439 - repo: https://github.com/jazzband/pip-tools
440- rev: 7.0 .0
440+ rev: 7.1 .0
441441 hooks:
442442 - id: pip-compile
443443 name: pip-compile setup.py
You can’t perform that action at this time.
0 commit comments