Skip to content

Commit

Permalink
Bump various test dependencies (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Feb 4, 2024
1 parent 045c5e9 commit 832be02
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: 23.12.1 # must match pyproject.toml
rev: 24.1.1 # must match pyproject.toml
hooks:
- id: black
language_version: python3.8
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ dependencies = [

[project.optional-dependencies]
dev = [
"black==23.12.1", # Must match .pre-commit-config.yaml
"flake8-bugbear==23.12.2",
"flake8-noqa==1.3.2",
"black==24.1.1", # Must match .pre-commit-config.yaml
"flake8-bugbear==24.1.17",
"flake8-noqa==1.4.0",
"isort==5.13.2", # Must match .pre-commit-config.yaml
"mypy==1.8.0",
"pre-commit-hooks==4.5.0", # Must match .pre-commit-config.yaml
"pytest==7.4.4",
"pytest==8.0.0",
"pytest-xdist==3.5.0",
"types-pyflakes<4",
]
Expand Down

0 comments on commit 832be02

Please sign in to comment.