File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7
7
<meta property =" og:image " content =" https://seleniumbase.github.io/cdn/img/mac_sb_logo_5b.png " />
8
8
<link rel =" icon " href =" https://seleniumbase.github.io/img/logo3b.png " />
9
9
10
- <p align =" center " ><a href =" https://github.com/seleniumbase/SeleniumBase/ " ><img src =" https://seleniumbase.github.io/cdn/img/sb_logo_p3 .png " alt =" SeleniumBase " title =" SeleniumBase " width =" 382 " /></a ></p >
10
+ <p align =" center " ><a href =" https://github.com/seleniumbase/SeleniumBase/ " ><img src =" https://seleniumbase.github.io/cdn/img/sb_logo_i3 .png " alt =" SeleniumBase " title =" SeleniumBase " width =" 365 " /></a ></p >
11
11
12
12
<h3 align =" center " ><img src =" https://seleniumbase.github.io/cdn/img/python_logo.png " title =" Python " width =" 29 " /> <b >All-in-one Test Automation Framework</b > <img src =" https://seleniumbase.github.io/cdn/img/python_logo.png " title =" Python " width =" 29 " /></h3 >
13
13
@@ -1192,5 +1192,5 @@ pytest --reruns=1 --reruns-delay=1
1192
1192
<span><a href="https://twitter.com/seleniumbase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_twitter.svg" title="SeleniumBase on Twitter" alt="SeleniumBase on Twitter" width="39" /></a></span>
1193
1193
</div></p>
1194
1194
1195
- <p><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/sb_logo_i2 .png" alt="SeleniumBase" title="SeleniumBase" width="240" /></a></p>
1195
+ <p><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/sb_logo_i3 .png" alt="SeleniumBase" title="SeleniumBase" width="240" /></a></p>
1196
1196
<p><a href="https://www.python.org/downloads/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE&logo=python&logoColor=FEDC54" title="Supported Python Versions" /></a></p>
Original file line number Diff line number Diff line change @@ -82,8 +82,10 @@ plugins:
82
82
- seleniumbase/masterqa/ReadMe.md
83
83
- seleniumbase/utilities/selenium_ide/ReadMe.md
84
84
- seleniumbase/examples/chart_maker/ReadMe.md
85
- - minify :
86
- minify_html : true
85
+ # - minify:
86
+ # minify_html: true
87
+ # minify_css: true
88
+ # minify_js: true
87
89
- mkdocs-simple-hooks :
88
90
hooks :
89
91
on_pre_build : mkdocs_build.prepare:main
Original file line number Diff line number Diff line change 1
1
# mkdocs dependencies for generating the seleniumbase.io website
2
- # Minimum Python version: 3.7
2
+ # Minimum Python version: 3.8 (for generating docs only)
3
3
4
4
regex >= 2022.10.31
5
5
pkginfo >= 1.9.2
@@ -9,7 +9,7 @@ livereload==2.6.3
9
9
joblib == 1.2.0
10
10
Markdown == 3.3.7
11
11
MarkupSafe == 2.1.1
12
- keyring == 23.11.0
12
+ keyring == 23.12.1
13
13
Jinja2 == 3.1.2
14
14
click == 8.1.3
15
15
zipp == 3.11.0
@@ -18,7 +18,6 @@ readme-renderer==37.3
18
18
pymdown-extensions == 9.9
19
19
importlib-metadata == 5.1.0
20
20
bleach == 5.0.1
21
- jsmin == 3.0.1
22
21
lunr == 0.6.2
23
22
nltk == 3.8
24
23
tornado == 6.2
@@ -33,4 +32,3 @@ mkdocs-material==8.5.11
33
32
mkdocs-exclude-search == 0.6.4
34
33
mkdocs-simple-hooks == 0.1.5
35
34
mkdocs-material-extensions == 1.1.1
36
- mkdocs-minify-plugin == 0.6.2
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ pygments==2.13.0;python_version>="3.6"
99
99
pyreadline == 2.1 ;platform_system == "Windows" and python_version<"3.6"
100
100
pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
101
101
tabcompleter == 1.1.0
102
- pdbp == 1.2.6
102
+ pdbp == 1.2.7
103
103
colorama == 0.4.6 ;python_version < "3.6"
104
104
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
105
105
colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "4.9.8 "
2
+ __version__ = "4.9.9 "
Original file line number Diff line number Diff line change 226
226
'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"' ,
227
227
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
228
228
"tabcompleter==1.1.0" ,
229
- "pdbp==1.2.6 " ,
229
+ "pdbp==1.2.7 " ,
230
230
'colorama==0.4.6;python_version<"3.6"' ,
231
231
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
232
232
'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments