Skip to content

Commit 5ee519f

Browse files
committed
Update build/dev dependencies
1 parent f86bb3b commit 5ee519f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,33 +49,33 @@ scripts = [
4949
"invoke==2.2.0",
5050
]
5151
lint = [
52-
"black==24.8.0",
53-
"ruff==0.6.3",
52+
"black==24.10.0",
53+
"ruff==0.6.9",
5454
"libzim",
5555
"libzim[build]",
5656
]
5757
check = [
58-
"pyright==1.1.381",
58+
"pyright==1.1.384",
5959
"libzim",
6060
"libzim[build]",
6161
"libzim[test]",
6262
"types-setuptools",
6363
]
6464
test = [
65-
"pytest==8.3.2",
66-
"coverage==7.6.1",
65+
"pytest==8.3.3",
66+
"coverage==7.6.2",
6767
# for cython coverage plugin
6868
"libzim[build]",
6969
]
7070
build = [
71-
"setuptools == 74.1.1",
71+
"setuptools == 75.1.0",
7272
"wheel == 0.44.0",
7373
"cython == 3.0.11",
7474
"delocate == 0.11.0 ; platform_system=='Windows'",
7575
]
7676
dev = [
77-
"pre-commit==3.8.0",
78-
"ipython==8.27.0",
77+
"pre-commit==4.0.1",
78+
"ipython==8.28.0",
7979
"types-setuptools",
8080
"libzim[scripts]",
8181
"libzim[lint]",

0 commit comments

Comments
 (0)