|
1 | 1 | [build-system] |
2 | 2 | requires = [ |
3 | | - "setuptools == 80.9.0", |
4 | | - "wheel == 0.45.1", |
5 | | - "cython == 3.1.6", |
| 3 | + "setuptools == 82.0.1", |
| 4 | + "wheel == 0.46.3", |
| 5 | + "cython == 3.2.4", |
6 | 6 | # https://github.com/pypa/cibuildwheel/blob/v2.22/cibuildwheel/resources/constraints.txt |
7 | 7 | "delocate == 0.13.0 ; platform_system=='Windows'", |
8 | 8 | ] |
@@ -46,46 +46,46 @@ Donate = "https://www.kiwix.org/en/support-us/" |
46 | 46 |
|
47 | 47 | [project.optional-dependencies] |
48 | 48 | scripts = [ |
49 | | - "invoke==2.2.0", |
| 49 | + "invoke==2.2.1", |
50 | 50 | ] |
51 | 51 | lint = [ |
52 | | - "black==25.9.0", |
53 | | - "ruff==0.14.3", |
| 52 | + "black==26.3.1", |
| 53 | + "ruff==0.15.7", |
54 | 54 | "libzim", |
55 | 55 | "libzim[build]", |
56 | 56 | ] |
57 | 57 | check = [ |
58 | | - "pyright==1.1.407", |
| 58 | + "pyright==1.1.408", |
59 | 59 | "libzim", |
60 | 60 | "libzim[build]", |
61 | 61 | "libzim[test]", |
62 | 62 | "types-setuptools", |
63 | 63 | ] |
64 | 64 | test = [ |
65 | | - "pytest==8.4.2", |
66 | | - "coverage==7.11.0", |
| 65 | + "pytest==9.0.2", |
| 66 | + "coverage==7.13.5", |
67 | 67 | # for cython coverage plugin |
68 | 68 | "libzim[build]", |
69 | 69 | ] |
70 | 70 | build = [ |
71 | | - "setuptools == 80.9.0", |
72 | | - "wheel == 0.45.1", |
73 | | - "cython == 3.1.6", |
| 71 | + "setuptools == 82.0.1", |
| 72 | + "wheel == 0.46.3", |
| 73 | + "cython == 3.2.4", |
74 | 74 | "delocate == 0.13.0 ; platform_system=='Windows'", |
75 | 75 | ] |
76 | 76 | docs = [ |
77 | 77 | "mkdocs==1.6.1", |
78 | | - "mkdocstrings-python==1.18.2", |
79 | | - "mkdocs-material==9.6.23", |
80 | | - "pymdown-extensions==10.16.1", |
81 | | - "mkdocs-gen-files==0.5.0", |
82 | | - "mkdocs-literate-nav==0.6.2", |
83 | | - "mkdocs-include-markdown-plugin==7.2.0", |
84 | | - "griffe==1.14.0", |
| 78 | + "mkdocstrings-python==2.0.3", |
| 79 | + "mkdocs-material==9.7.6", |
| 80 | + "pymdown-extensions==10.21", |
| 81 | + "mkdocs-gen-files==0.6.1", |
| 82 | + "mkdocs-literate-nav==0.6.3", |
| 83 | + "mkdocs-include-markdown-plugin==7.2.1", |
| 84 | + "griffe==2.0.0", |
85 | 85 | ] |
86 | 86 | dev = [ |
87 | | - "pre-commit==4.3.0", |
88 | | - "ipython==9.6.0", |
| 87 | + "pre-commit==4.5.1", |
| 88 | + "ipython==9.11.0", |
89 | 89 | "types-setuptools", |
90 | 90 | "libzim[scripts]", |
91 | 91 | "libzim[lint]", |
|
0 commit comments