Skip to content

Commit ba7ce61

Browse files
authored
pyproject.toml
1 parent 1b81d8e commit ba7ce61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ dependencies = [
5353

5454
[dependency-groups]
5555
dev = [
56-
"black==25.1.0", # Must match .pre-commit-config.yaml
56+
"black==25.11.0", # Must match .pre-commit-config.yaml
5757
"flake8-bugbear==24.12.12",
5858
"flake8-noqa==1.4.0",
59-
"isort==6.0.1", # Must match .pre-commit-config.yaml
59+
"isort==7.0.0", # Must match .pre-commit-config.yaml
6060
"mypy==1.15.0",
6161
"pre-commit-hooks==5.0.0", # Must match .pre-commit-config.yaml
6262
"pytest==8.3.5",

0 commit comments

Comments
 (0)