Skip to content

Commit 1296e72

Browse files
authored
Update black dependency version and pytest constraint
1 parent da2ab62 commit 1296e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
rev: 1.20.0
4343
hooks:
4444
- id: blacken-docs
45-
additional_dependencies: [black==24.*]
45+
additional_dependencies: [black==25.*]
4646

4747
- repo: https://github.com/cheshirekow/cmake-format-precommit
4848
rev: v0.6.13
@@ -82,7 +82,7 @@ repos:
8282
- nox
8383
- orjson
8484
- packaging>=24.2
85-
- pytest
85+
- pytest<9 # pytest 9 requires Python 3.10+
8686
- pytest-subprocess
8787
- rich
8888
- setuptools-scm

0 commit comments

Comments
 (0)