Skip to content

Commit 5d0c5eb

Browse files
authored
Sync pyproject.toml pins with pre-commit pins (#477)
1 parent e73cd64 commit 5d0c5eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ dependencies = [
6060

6161
[project.optional-dependencies]
6262
dev = [
63-
"black==24.1.1", # Must match .pre-commit-config.yaml
64-
"flake8-bugbear==24.1.17",
63+
"black==24.3.0", # Must match .pre-commit-config.yaml
64+
"flake8-bugbear==24.2.6",
6565
"flake8-noqa==1.4.0",
6666
"isort==5.13.2", # Must match .pre-commit-config.yaml
67-
"mypy==1.8.0",
67+
"mypy==1.9.0",
6868
"pre-commit-hooks==4.5.0", # Must match .pre-commit-config.yaml
69-
"pytest==8.0.0",
69+
"pytest==8.1.1",
7070
"pytest-xdist==3.5.0",
7171
"types-pyflakes<4",
7272
]

0 commit comments

Comments
 (0)