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:
pyup.io bot 2024-10-06 10:07:48 -07:00 committed by GitHub
parent 72c0b8d992
commit a520b1b92c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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'