mirror of https://github.com/celery/kombu.git
Pin pre-commit to latest version 4.0.0 (Python 3.9+) (#2140)
* Pin pre-commit to latest version 4.0.0 * Update requirements/test.txt * Update requirements/test.txt * Update requirements/test.txt * Update requirements/test.txt --------- Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
This commit is contained in:
parent
72c0b8d992
commit
a520b1b92c
|
@ -4,5 +4,4 @@ pytest-freezer==0.4.8
|
|||
pytest-sugar==1.0.0
|
||||
pytest==8.3.3
|
||||
pre-commit>=3.5.0,<3.8.0; python_version < '3.9'
|
||||
pre-commit>=3.8.0; python_version >= '3.9'
|
||||
pre-commit>=3.8.0; python_version >= '3.9'
|
||||
pre-commit>=4.0.0; python_version >= '3.9'
|
||||
|
|
Loading…
Reference in New Issue