Skip to content

Commit 47d8471

Browse files
authored
Bump various test dependencies (#501)
1 parent a192ce1 commit 47d8471

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-merge-conflict
1010
- id: mixed-line-ending
1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: 24.4.2 # must match pyproject.toml
12+
rev: 24.8.0 # must match pyproject.toml
1313
hooks:
1414
- id: black
1515
language_version: python3.9

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ dependencies = [
5959

6060
[project.optional-dependencies]
6161
dev = [
62-
"black==24.4.2", # Must match .pre-commit-config.yaml
63-
"flake8-bugbear==24.4.26",
62+
"black==24.8.0", # Must match .pre-commit-config.yaml
63+
"flake8-bugbear==24.8.19",
6464
"flake8-noqa==1.4.0",
6565
"isort==5.13.2", # Must match .pre-commit-config.yaml
66-
"mypy==1.10.0",
66+
"mypy==1.11.2",
6767
"pre-commit-hooks==4.6.0", # Must match .pre-commit-config.yaml
68-
"pytest==8.2.2",
68+
"pytest==8.3.3",
6969
"pytest-xdist==3.6.1",
7070
"types-pyflakes<4",
7171
]

0 commit comments

Comments
 (0)