Pin pre-commit to latest version 4.0.1 (#2144)

* Pin pre-commit to latest version 4.0.1

* Apply suggestions from code review

* Update requirements/test.txt

---------

Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
This commit is contained in:
pyup.io bot 2024-10-08 12:04:23 -07:00 committed by GitHub
parent 0f5e732be0
commit 96a497e5dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +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>=4.0.0; python_version >= '3.9'
pre-commit>=4.0.1; python_version >= '3.9'