File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,13 @@ pymdown-extensions>=10.14.1
6
6
pipdeptree >= 2.24.0
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.7
9
- markdown2 == 2.5.2
10
9
click == 8.1.8
11
10
ghp-import == 2.1.0
12
11
watchdog == 6.0.0
13
12
cairocffi == 1.7.1
14
13
pathspec == 0.12.1
15
14
Babel == 2.16.0
16
15
paginate == 0.5.7
17
- lxml == 5.3.0
18
- pyquery == 2.0.1
19
- readtime == 3.0.0
20
16
mkdocs == 1.6.1
21
17
mkdocs-material == 9.5.50
22
18
mkdocs-exclude-search == 0.6.6
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ trio-websocket==0.11.1
43
43
wsproto == 1.2.0
44
44
websocket-client == 1.8.0
45
45
selenium == 4.27.1 ;python_version < "3.9"
46
- selenium == 4.28.0 ;python_version >= "3.9"
46
+ selenium == 4.28.1 ;python_version >= "3.9"
47
47
cssselect == 1.2.0
48
48
sortedcontainers == 2.4.0
49
49
execnet == 2.1.1
Original file line number Diff line number Diff line change 192
192
'wsproto==1.2.0' ,
193
193
'websocket-client==1.8.0' ,
194
194
'selenium==4.27.1;python_version<"3.9"' ,
195
- 'selenium==4.28.0 ;python_version>="3.9"' ,
195
+ 'selenium==4.28.1 ;python_version>="3.9"' ,
196
196
'cssselect==1.2.0' ,
197
197
"sortedcontainers==2.4.0" ,
198
198
'execnet==2.1.1' ,
You can’t perform that action at this time.
0 commit comments