Skip to content

Commit

Permalink
Bump various test dependencies (#418)
Browse files Browse the repository at this point in the history
closes #417
  • Loading branch information
AlexWaygood authored Oct 3, 2023
1 parent ee436f2 commit 3ea9f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repos:
- id: check-toml
- id: check-merge-conflict
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 23.3.0 # must match pyproject.toml
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1 # must match pyproject.toml
hooks:
- id: black
language_version: python3.8
Expand Down
6 changes: 3 additions & 3 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.3.0", # Must match .pre-commit-config.yaml
"flake8-bugbear==23.7.10",
"black==23.9.1", # Must match .pre-commit-config.yaml
"flake8-bugbear==23.9.16",
"flake8-noqa==1.3.2",
"isort==5.12.0", # Must match .pre-commit-config.yaml
"mypy==1.5.1",
"pre-commit-hooks==4.4.0", # Must match .pre-commit-config.yaml
"pytest==7.4.0",
"pytest==7.4.2",
"types-pyflakes<4",
]

Expand Down

0 comments on commit 3ea9f62

Please sign in to comment.