We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b81d8e commit ba7ce61Copy full SHA for ba7ce61
pyproject.toml
@@ -53,10 +53,10 @@ dependencies = [
53
54
[dependency-groups]
55
dev = [
56
- "black==25.1.0", # Must match .pre-commit-config.yaml
+ "black==25.11.0", # Must match .pre-commit-config.yaml
57
"flake8-bugbear==24.12.12",
58
"flake8-noqa==1.4.0",
59
- "isort==6.0.1", # Must match .pre-commit-config.yaml
+ "isort==7.0.0", # Must match .pre-commit-config.yaml
60
"mypy==1.15.0",
61
"pre-commit-hooks==5.0.0", # Must match .pre-commit-config.yaml
62
"pytest==8.3.5",
0 commit comments