File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Minimum Python version: 3.10 (for generating docs only)
33
44regex >= 2025.11.3
5- pymdown-extensions >= 10.19.1
5+ pymdown-extensions >= 10.20
66pipdeptree >= 2.30.0
77python-dateutil >= 2.8.2
88Markdown == 3.10
99click == 8.3.1
1010ghp-import == 2.1.0
1111watchdog == 6.0.0
1212cairocffi == 1.7.1
13- pathspec == 0.12 .1
13+ pathspec == 1.0 .1
1414Babel == 2.17.0
1515paginate == 0.5.7
1616mkdocs == 1.6.1
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ setuptools~=70.2;python_version<"3.10"
44setuptools >= 80.9.0 ;python_version >= "3.10"
55wheel >= 0.45.1
66attrs >= 25.4.0
7- certifi >= 2025.11.12
7+ certifi >= 2026.1.4
88exceptiongroup >= 1.3.1
99websockets >= 15.0.1
1010filelock ~= 3.19.1 ;python_version < "3.10"
11- filelock >= 3.20.1 ;python_version >= "3.10"
11+ filelock >= 3.20.2 ;python_version >= "3.10"
1212fasteners >= 0.20
1313mycdp >= 1.3.2
1414pynose >= 1.5.5
Original file line number Diff line number Diff line change 152152 'setuptools>=80.9.0;python_version>="3.10"' ,
153153 'wheel>=0.45.1' ,
154154 'attrs>=25.4.0' ,
155- 'certifi>=2025.11.12 ' ,
155+ 'certifi>=2026.1.4 ' ,
156156 'exceptiongroup>=1.3.1' ,
157157 'websockets>=15.0.1' ,
158158 'filelock~=3.19.1;python_version<"3.10"' ,
159- 'filelock>=3.20.1 ;python_version>="3.10"' ,
159+ 'filelock>=3.20.2 ;python_version>="3.10"' ,
160160 'fasteners>=0.20' ,
161161 'mycdp>=1.3.2' ,
162162 'pynose>=1.5.5' ,
268268 # (An optional library for image-processing.)
269269 "pillow" : [
270270 'Pillow>=11.3.0;python_version<"3.10"' ,
271- 'Pillow>=12.0 .0;python_version>="3.10"' ,
271+ 'Pillow>=12.1 .0;python_version>="3.10"' ,
272272 ],
273273 # pip install -e .[pip-system-certs]
274274 # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)
You can’t perform that action at this time.
0 commit comments