Skip to content

Commit

Permalink
Bump various test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Sep 23, 2024
1 parent a192ce1 commit dc11117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-merge-conflict
- id: mixed-line-ending
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2 # must match pyproject.toml
rev: 24.8.0 # must match pyproject.toml
hooks:
- id: black
language_version: python3.9
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ dependencies = [

[project.optional-dependencies]
dev = [
"black==24.4.2", # Must match .pre-commit-config.yaml
"flake8-bugbear==24.4.26",
"black==24.8.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.10.0",
"mypy==1.11.2",
"pre-commit-hooks==4.6.0", # Must match .pre-commit-config.yaml
"pytest==8.2.2",
"pytest==8.3.3",
"pytest-xdist==3.6.1",
"types-pyflakes<4",
]
Expand Down

0 comments on commit dc11117

Please sign in to comment.