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:
commit
18a902bb25
2 changed files with 2 additions and 1 deletions
1
changes/2467.misc.rst
Normal file
1
changes/2467.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Updated pre-commit from 3.6.2 to 3.7.0 in /core.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue