Skip to content

Commit 832be02

Browse files
authored
Bump various test dependencies (#464)
1 parent 045c5e9 commit 832be02

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: 23.12.1 # must match pyproject.toml
12+
rev: 24.1.1 # must match pyproject.toml
1313
hooks:
1414
- id: black
1515
language_version: python3.8

pyproject.toml

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

6161
[project.optional-dependencies]
6262
dev = [
63-
"black==23.12.1", # Must match .pre-commit-config.yaml
64-
"flake8-bugbear==23.12.2",
65-
"flake8-noqa==1.3.2",
63+
"black==24.1.1", # Must match .pre-commit-config.yaml
64+
"flake8-bugbear==24.1.17",
65+
"flake8-noqa==1.4.0",
6666
"isort==5.13.2", # Must match .pre-commit-config.yaml
6767
"mypy==1.8.0",
6868
"pre-commit-hooks==4.5.0", # Must match .pre-commit-config.yaml
69-
"pytest==7.4.4",
69+
"pytest==8.0.0",
7070
"pytest-xdist==3.5.0",
7171
"types-pyflakes<4",
7272
]

0 commit comments

Comments
 (0)