We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73cd64 commit 5d0c5ebCopy full SHA for 5d0c5eb
pyproject.toml
@@ -60,13 +60,13 @@ dependencies = [
60
61
[project.optional-dependencies]
62
dev = [
63
- "black==24.1.1", # Must match .pre-commit-config.yaml
64
- "flake8-bugbear==24.1.17",
+ "black==24.3.0", # Must match .pre-commit-config.yaml
+ "flake8-bugbear==24.2.6",
65
"flake8-noqa==1.4.0",
66
"isort==5.13.2", # Must match .pre-commit-config.yaml
67
- "mypy==1.8.0",
+ "mypy==1.9.0",
68
"pre-commit-hooks==4.5.0", # Must match .pre-commit-config.yaml
69
- "pytest==8.0.0",
+ "pytest==8.1.1",
70
"pytest-xdist==3.5.0",
71
"types-pyflakes<4",
72
]
0 commit comments