Skip to content

Commit 4219171

Browse files
authored
Release 6.12.3 (#1815)
1 parent 7d22cb1 commit 4219171

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 6.12.3 (2022-03-01)
2+
3+
Bug Fixes:
4+
5+
- Remove extras from user-supplied constraints in backtracking resolver
6+
([#1808](https://github.com/jazzband/pip-tools/pull/1808)). Thanks @thomdixon
7+
- Fix for sync error when the ireqs being merged have no names
8+
([#1802](https://github.com/jazzband/pip-tools/pull/1802)). Thanks @richafrank
9+
110
## 6.12.2 (2022-12-25)
211

312
Bug Fixes:

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``:
417417
418418
repos:
419419
- repo: https://github.com/jazzband/pip-tools
420-
rev: 6.12.0
420+
rev: 6.12.3
421421
hooks:
422422
- id: pip-compile
423423
@@ -427,7 +427,7 @@ You might want to customize ``pip-compile`` args by configuring ``args`` and/or
427427
428428
repos:
429429
- repo: https://github.com/jazzband/pip-tools
430-
rev: 6.12.0
430+
rev: 6.12.3
431431
hooks:
432432
- id: pip-compile
433433
files: ^requirements/production\.(in|txt)$
@@ -439,7 +439,7 @@ If you have multiple requirement files make sure you create a hook for each file
439439
440440
repos:
441441
- repo: https://github.com/jazzband/pip-tools
442-
rev: 6.12.0
442+
rev: 6.12.3
443443
hooks:
444444
- id: pip-compile
445445
name: pip-compile setup.py

0 commit comments

Comments
 (0)