Skip to content

Commit 6788577

Browse files
committed
Updated dependencies
1 parent 89af67a commit 6788577

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.8.0"
10+
rev: "25.1.0"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.6.3
14+
rev: v0.9.5
1515
hooks:
1616
- id: ruff
1717
- repo: https://github.com/RobertCraigie/pyright-python
18-
rev: v1.1.381
18+
rev: v1.1.393
1919
hooks:
2020
- id: pyright
2121
name: pyright (system)

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,27 @@ scripts = [
4949
"invoke==2.2.0",
5050
]
5151
lint = [
52-
"black==24.10.0",
53-
"ruff==0.6.9",
52+
"black==25.1.0",
53+
"ruff==0.9.5",
5454
"libzim",
5555
"libzim[build]",
5656
]
5757
check = [
58-
"pyright==1.1.384",
58+
"pyright==1.1.393",
5959
"libzim",
6060
"libzim[build]",
6161
"libzim[test]",
6262
"types-setuptools",
6363
]
6464
test = [
65-
"pytest==8.3.3",
66-
"coverage==7.6.2",
65+
"pytest==8.3.4",
66+
"coverage==7.6.10",
6767
# for cython coverage plugin
6868
"libzim[build]",
6969
]
7070
build = [
71-
"setuptools == 75.1.0",
72-
"wheel == 0.44.0",
71+
"setuptools == 75.8.0",
72+
"wheel == 0.45.1",
7373
"cython == 3.0.11",
7474
"delocate == 0.11.0 ; platform_system=='Windows'",
7575
]
@@ -84,8 +84,8 @@ docs = [
8484
"griffe==1.5.6",
8585
]
8686
dev = [
87-
"pre-commit==4.0.1",
88-
"ipython==8.28.0",
87+
"pre-commit==4.1.0",
88+
"ipython==8.32.0",
8989
"types-setuptools",
9090
"libzim[scripts]",
9191
"libzim[lint]",

0 commit comments

Comments
 (0)