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
5+ pymdown-extensions >= 10.19.1
66pipdeptree >= 2.30.0
77python-dateutil >= 2.8.2
88Markdown == 3.10
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ certifi>=2025.11.12
88exceptiongroup >= 1.3.1
99websockets >= 15.0.1
1010filelock ~= 3.19.1 ;python_version < "3.10"
11- filelock >= 3.20.0 ;python_version >= "3.10"
11+ filelock >= 3.20.1 ;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 156156 'exceptiongroup>=1.3.1' ,
157157 'websockets>=15.0.1' ,
158158 'filelock~=3.19.1;python_version<"3.10"' ,
159- 'filelock>=3.20.0 ;python_version>="3.10"' ,
159+ 'filelock>=3.20.1 ;python_version>="3.10"' ,
160160 'fasteners>=0.20' ,
161161 'mycdp>=1.3.2' ,
162162 'pynose>=1.5.5' ,
You can’t perform that action at this time.
0 commit comments