@@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``:
417417
418418 repos :
419419 - repo : https://github.com/jazzband/pip-tools
420- rev : 6.10 .0
420+ rev : 6.11 .0
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.10 .0
430+ rev : 6.11 .0
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.10 .0
442+ rev : 6.11 .0
443443 hooks :
444444 - id : pip-compile
445445 name : pip-compile setup.py
@@ -596,20 +596,22 @@ The table below summarizes the latest ``pip-tools`` versions with the required
596596``pip `` and Python versions. Generally, ``pip-tools `` supports the same Python
597597versions as the required ``pip `` versions.
598598
599- +---------------+----------------+----------------+
600- | pip-tools | pip | Python |
601- +===============+================+================+
602- | 4.5.* | 8.1.3 - 20.0.2 | 2.7, 3.5 - 3.8 |
603- +---------------+----------------+----------------+
604- | 5.0.0 - 5.3.0 | 20.0 - 20.1.1 | 2.7, 3.5 - 3.8 |
605- +---------------+----------------+----------------+
606- | 5.4.0 | 20.1 - 20.3.* | 2.7, 3.5 - 3.8 |
607- +---------------+----------------+----------------+
608- | 5.5.0 | 20.1 - 20.3.* | 2.7, 3.5 - 3.9 |
609- +---------------+----------------+----------------+
610- | 6.0.0 - 6.3.1 | 20.3 - 21.2.* | 3.6 - 3.9 |
611- +---------------+----------------+----------------+
612- | 6.4.0 | 21.2 - 21.3.* | 3.6 - 3.10 |
613- +---------------+----------------+----------------+
614- | 6.5.0+ | 21.2+ | 3.7 - 3.10 |
615- +---------------+----------------+----------------+
599+ +----------------+----------------+----------------+
600+ | pip-tools | pip | Python |
601+ +================+================+================+
602+ | 4.5.* | 8.1.3 - 20.0.2 | 2.7, 3.5 - 3.8 |
603+ +----------------+----------------+----------------+
604+ | 5.0.0 - 5.3.0 | 20.0 - 20.1.1 | 2.7, 3.5 - 3.8 |
605+ +----------------+----------------+----------------+
606+ | 5.4.0 | 20.1 - 20.3.* | 2.7, 3.5 - 3.8 |
607+ +----------------+----------------+----------------+
608+ | 5.5.0 | 20.1 - 20.3.* | 2.7, 3.5 - 3.9 |
609+ +----------------+----------------+----------------+
610+ | 6.0.0 - 6.3.1 | 20.3 - 21.2.* | 3.6 - 3.9 |
611+ +----------------+----------------+----------------+
612+ | 6.4.0 | 21.2 - 21.3.* | 3.6 - 3.10 |
613+ +----------------+----------------+----------------+
614+ | 6.5.0 - 6.10.0 | 21.2 - 22.3.* | 3.7 - 3.11 |
615+ +----------------+----------------+----------------+
616+ | 6.11.0+ | 22.2+ | 3.7 - 3.11 |
617+ +----------------+----------------+----------------+
0 commit comments