Skip to content

Commit 4908d47

Browse files
committed
Also upgrade other dependencies
1 parent 5f7e964 commit 4908d47

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Upgrade to libzim 9.8.1 (#261)
12+
- Upgrade to libzim 9.8.1 and upgrade other Python dependencies, especially Cython 3.2.8 (#261)
1313

1414
## [3.11.0] - 2026-07-09
1515

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
22
requires = [
3-
"setuptools == 82.0.1",
3+
"setuptools == 83.0.0",
44
"wheel == 0.47.0",
5-
"cython == 3.2.4",
5+
"cython == 3.2.8",
66
# https://github.com/pypa/cibuildwheel/blob/v2.22/cibuildwheel/resources/constraints.txt
77
"delocate == 0.13.0 ; platform_system=='Windows'",
88
]
@@ -46,46 +46,46 @@ Donate = "https://www.kiwix.org/en/support-us/"
4646

4747
[project.optional-dependencies]
4848
scripts = [
49-
"invoke==2.2.1",
49+
"invoke==3.0.3",
5050
]
5151
lint = [
52-
"black==26.3.1",
53-
"ruff==0.15.7",
52+
"black==26.5.1",
53+
"ruff==0.15.21",
5454
"libzim",
5555
"libzim[build]",
5656
]
5757
check = [
58-
"pyright==1.1.408",
58+
"pyright==1.1.411",
5959
"libzim",
6060
"libzim[build]",
6161
"libzim[test]",
6262
"types-setuptools",
6363
]
6464
test = [
65-
"pytest==9.0.2",
66-
"coverage==7.13.5",
65+
"pytest==9.1.1",
66+
"coverage==7.15.2",
6767
# for cython coverage plugin
6868
"libzim[build]",
6969
]
7070
build = [
71-
"setuptools == 82.0.1",
72-
"wheel == 0.46.3",
73-
"cython == 3.2.4",
71+
"setuptools == 83.0.0",
72+
"wheel == 0.47.0",
73+
"cython == 3.2.8",
7474
"delocate == 0.13.0 ; platform_system=='Windows'",
7575
]
7676
docs = [
7777
"mkdocs==1.6.1",
78-
"mkdocstrings-python==2.0.3",
78+
"mkdocstrings-python==2.0.5",
7979
"mkdocs-material==9.7.6",
80-
"pymdown-extensions==10.21",
80+
"pymdown-extensions==11.0.1",
8181
"mkdocs-gen-files==0.6.1",
8282
"mkdocs-literate-nav==0.6.3",
83-
"mkdocs-include-markdown-plugin==7.2.1",
84-
"griffe==2.0.0",
83+
"mkdocs-include-markdown-plugin==7.3.0",
84+
"griffe==2.1.0",
8585
]
8686
dev = [
87-
"pre-commit==4.5.1",
88-
"ipython==9.11.0",
87+
"pre-commit==4.6.0",
88+
"ipython==9.15.0",
8989
"types-setuptools",
9090
"libzim[scripts]",
9191
"libzim[lint]",

0 commit comments

Comments
 (0)