From 4219171ff9e868d5ef29fe7f8627adf97022ba4c Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Wed, 1 Mar 2023 11:16:57 +0100 Subject: [PATCH] Release 6.12.3 (#1815) --- CHANGELOG.md | 9 +++++++++ README.rst | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c2e7387..ebdb8d4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 6.12.3 (2022-03-01) + +Bug Fixes: + +- Remove extras from user-supplied constraints in backtracking resolver + ([#1808](https://github.com/jazzband/pip-tools/pull/1808)). Thanks @thomdixon +- Fix for sync error when the ireqs being merged have no names + ([#1802](https://github.com/jazzband/pip-tools/pull/1802)). Thanks @richafrank + ## 6.12.2 (2022-12-25) Bug Fixes: diff --git a/README.rst b/README.rst index 77b5f1c28..09585415f 100644 --- a/README.rst +++ b/README.rst @@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``: repos: - repo: https://github.com/jazzband/pip-tools - rev: 6.12.0 + rev: 6.12.3 hooks: - id: pip-compile @@ -427,7 +427,7 @@ You might want to customize ``pip-compile`` args by configuring ``args`` and/or repos: - repo: https://github.com/jazzband/pip-tools - rev: 6.12.0 + rev: 6.12.3 hooks: - id: pip-compile files: ^requirements/production\.(in|txt)$ @@ -439,7 +439,7 @@ If you have multiple requirement files make sure you create a hook for each file repos: - repo: https://github.com/jazzband/pip-tools - rev: 6.12.0 + rev: 6.12.3 hooks: - id: pip-compile name: pip-compile setup.py