Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jan 7, 2025
1 parent 2108518 commit bfd38d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ dependencies = [

[project.optional-dependencies]
dev = [
"black==24.8.0", # Must match .pre-commit-config.yaml
"black==24.10.0", # Must match .pre-commit-config.yaml
"flake8-bugbear==24.8.19",
"flake8-noqa==1.4.0",
"isort==5.13.2", # Must match .pre-commit-config.yaml
"mypy==1.11.2",
"pre-commit-hooks==4.6.0", # Must match .pre-commit-config.yaml
"pre-commit-hooks==5.0.0", # Must match .pre-commit-config.yaml
"pytest==8.3.3",
"pytest-xdist==3.6.1",
"types-pyflakes<4",
Expand Down

0 comments on commit bfd38d2

Please sign in to comment.