File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11# mkdocs dependencies for generating the seleniumbase.io website
22# Minimum Python version: 3.8 (for generating docs only)
33
4- regex >= 2024.5.10
4+ regex >= 2024.5.15
55pymdown-extensions >= 10.8.1
66pipdeptree >= 2.20.0
77python-dateutil >= 2.8.2
@@ -20,7 +20,7 @@ lxml==5.2.2
2020pyquery == 2.0.0
2121readtime == 3.0.0
2222mkdocs == 1.6.0
23- mkdocs-material == 9.5.22
23+ mkdocs-material == 9.5.23
2424mkdocs-exclude-search == 0.6.6
2525mkdocs-simple-hooks == 0.1.5
2626mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exceptiongroup>=1.2.1
1010filelock >= 3.12.2 ;python_version < "3.8"
1111filelock >= 3.14.0 ;python_version >= "3.8"
1212platformdirs >= 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"
1414typing-extensions >= 4.11.0 ;python_version >= "3.8"
1515parse >= 1.20.1
1616parse-type >= 0.6.2
@@ -27,11 +27,11 @@ sniffio==1.3.1
2727h11 == 0.14.0
2828outcome == 1.3.0.post0
2929trio == 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"
3131trio-websocket == 0.11.1
3232wsproto == 1.2.0
3333selenium == 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"
3535cssselect == 1.2.0
3636sortedcontainers == 2.4.0
3737fasteners == 0.19
Original file line number Diff line number Diff line change 158158 'filelock>=3.12.2;python_version<"3.8"' ,
159159 'filelock>=3.14.0;python_version>="3.8"' ,
160160 '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"' ,
162162 'typing-extensions>=4.11.0;python_version>="3.8"' ,
163163 'parse>=1.20.1' ,
164164 'parse-type>=0.6.2' ,
175175 'h11==0.14.0' ,
176176 'outcome==1.3.0.post0' ,
177177 '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"' ,
179179 'trio-websocket==0.11.1' ,
180180 'wsproto==1.2.0' ,
181181 '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"' ,
183183 'cssselect==1.2.0' ,
184184 "sortedcontainers==2.4.0" ,
185185 'fasteners==0.19' ,
297297 'hpack==4.0.0' ,
298298 'hyperframe==6.0.1' ,
299299 '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"' ,
301302 'zstandard==0.22.0' ,
302303 ],
303304 },
You can’t perform that action at this time.
0 commit comments