File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
# mkdocs dependencies for generating the seleniumbase.io website
2
2
# Minimum Python version: 3.8 (for generating docs only)
3
3
4
- regex >= 2024.5.10
4
+ regex >= 2024.5.15
5
5
pymdown-extensions >= 10.8.1
6
6
pipdeptree >= 2.20.0
7
7
python-dateutil >= 2.8.2
@@ -20,7 +20,7 @@ lxml==5.2.2
20
20
pyquery == 2.0.0
21
21
readtime == 3.0.0
22
22
mkdocs == 1.6.0
23
- mkdocs-material == 9.5.22
23
+ mkdocs-material == 9.5.23
24
24
mkdocs-exclude-search == 0.6.6
25
25
mkdocs-simple-hooks == 0.1.5
26
26
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exceptiongroup>=1.2.1
10
10
filelock >= 3.12.2 ;python_version < "3.8"
11
11
filelock >= 3.14.0 ;python_version >= "3.8"
12
12
platformdirs >= 4.0.0 ;python_version < "3.8"
13
- platformdirs >= 4.2.1 ;python_version >= "3.8"
13
+ platformdirs >= 4.2.2 ;python_version >= "3.8"
14
14
typing-extensions >= 4.11.0 ;python_version >= "3.8"
15
15
parse >= 1.20.1
16
16
parse-type >= 0.6.2
@@ -27,11 +27,11 @@ sniffio==1.3.1
27
27
h11 == 0.14.0
28
28
outcome == 1.3.0.post0
29
29
trio == 0.22.2 ;python_version < "3.8"
30
- trio == 0.25.0 ;python_version >= "3.8"
30
+ trio == 0.25.1 ;python_version >= "3.8"
31
31
trio-websocket == 0.11.1
32
32
wsproto == 1.2.0
33
33
selenium == 4.11.2 ;python_version < "3.8"
34
- selenium == 4.20 .0 ;python_version >= "3.8"
34
+ selenium == 4.21 .0 ;python_version >= "3.8"
35
35
cssselect == 1.2.0
36
36
sortedcontainers == 2.4.0
37
37
fasteners == 0.19
Original file line number Diff line number Diff line change 158
158
'filelock>=3.12.2;python_version<"3.8"' ,
159
159
'filelock>=3.14.0;python_version>="3.8"' ,
160
160
'platformdirs>=4.0.0;python_version<"3.8"' ,
161
- 'platformdirs>=4.2.1 ;python_version>="3.8"' ,
161
+ 'platformdirs>=4.2.2 ;python_version>="3.8"' ,
162
162
'typing-extensions>=4.11.0;python_version>="3.8"' ,
163
163
'parse>=1.20.1' ,
164
164
'parse-type>=0.6.2' ,
175
175
'h11==0.14.0' ,
176
176
'outcome==1.3.0.post0' ,
177
177
'trio==0.22.2;python_version<"3.8"' ,
178
- 'trio==0.25.0 ;python_version>="3.8"' ,
178
+ 'trio==0.25.1 ;python_version>="3.8"' ,
179
179
'trio-websocket==0.11.1' ,
180
180
'wsproto==1.2.0' ,
181
181
'selenium==4.11.2;python_version<"3.8"' ,
182
- 'selenium==4.20 .0;python_version>="3.8"' ,
182
+ 'selenium==4.21 .0;python_version>="3.8"' ,
183
183
'cssselect==1.2.0' ,
184
184
"sortedcontainers==2.4.0" ,
185
185
'fasteners==0.19' ,
297
297
'hpack==4.0.0' ,
298
298
'hyperframe==6.0.1' ,
299
299
'kaitaistruct==0.10' ,
300
- 'pyasn1==0.5.1' ,
300
+ 'pyasn1==0.5.1;python_version<"3.8"' ,
301
+ 'pyasn1==0.6.0;python_version>="3.8"' ,
301
302
'zstandard==0.22.0' ,
302
303
],
303
304
},
You can’t perform that action at this time.
0 commit comments