Merge pull request #2467 from beeware/dependabot/pip/core/pre-commit-3.7.0

Bump pre-commit from 3.6.2 to 3.7.0 in /core
This commit is contained in:
Russell Keith-Magee 2024-03-25 06:59:15 +08:00 committed by GitHub
commit 18a902bb25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changes/2467.misc.rst Normal file
View file

@ -0,0 +1 @@
Updated pre-commit from 3.6.2 to 3.7.0 in /core.

View file

@ -70,7 +70,7 @@ dev = [
"Pillow == 10.2.0",
# Pre-commit 3.6.0 deprecated support for Python 3.8
"pre-commit == 3.5.0 ; python_version < '3.9'",
"pre-commit == 3.6.2 ; python_version >= '3.9'",
"pre-commit == 3.7.0 ; python_version >= '3.9'",
"pytest == 8.1.1",
"pytest-asyncio == 0.23.5.post1",
"pytest-freezer == 0.4.8",