Skip to content

Commit ada7f73

Browse files
authored
Merge pull request #173 from openzim/dev-deps-update
Update dev dependencies
2 parents 4fae46c + 74f1bbb commit ada7f73

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ repos:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- repo: https://github.com/psf/black
10-
rev: "24.3.0"
10+
rev: "24.4.2"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.3.3
14+
rev: v0.4.9
1515
hooks:
1616
- id: ruff
1717
- repo: https://github.com/RobertCraigie/pyright-python
18-
rev: v1.1.354
18+
rev: v1.1.368
1919
hooks:
2020
- id: pyright
2121
name: pyright (system)

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,21 @@ scripts = [
3535
"invoke==2.2.0",
3636
]
3737
lint = [
38-
"black==24.3.0",
39-
"ruff==0.3.3",
38+
"black==24.4.2",
39+
"ruff==0.4.9",
4040
]
4141
check = [
42-
"pyright==1.1.354",
42+
"pyright==1.1.368",
43+
"pytest==8.2.2",
4344
]
4445
test = [
45-
"pytest==8.1.1",
46-
"pytest-mock==3.12.0",
47-
"coverage==7.4.4",
46+
"pytest==8.2.2",
47+
"pytest-mock==3.14.0",
48+
"coverage==7.5.3",
4849
]
4950
dev = [
50-
"pre-commit==3.6.2",
51-
"debugpy==1.8.1",
51+
"ipython==8.25.0",
52+
"pre-commit==3.7.1",
5253
"zimscraperlib[scripts]",
5354
"zimscraperlib[lint]",
5455
"zimscraperlib[test]",

0 commit comments

Comments
 (0)