Skip to content

Commit

Permalink
Bump mypy and pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 28, 2023
1 parent 5625e16 commit 9bb284a
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 @@ -64,9 +64,9 @@ dev = [
"flake8-bugbear==23.6.5",
"flake8-noqa==1.3.2",
"isort==5.12.0", # Must match .pre-commit-config.yaml
"mypy==1.4.0",
"mypy==1.4.1",
"pre-commit-hooks==4.4.0", # Must match .pre-commit-config.yaml
"pytest==7.3.2",
"pytest==7.4.0",
"types-pyflakes<4",
]

Expand Down

0 comments on commit 9bb284a

Please sign in to comment.