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 77<meta property =" og:image " content =" https://seleniumbase.github.io/cdn/img/mac_sb_logo_5b.png " />
88<link rel =" icon " href =" https://seleniumbase.github.io/img/logo3b.png " />
99
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 >
1111
1212<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 >
1313
@@ -1192,5 +1192,5 @@ pytest --reruns=1 --reruns-delay=1
11921192<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>
11931193</div></p>
11941194
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>
11961196<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:
8282 - seleniumbase/masterqa/ReadMe.md
8383 - seleniumbase/utilities/selenium_ide/ReadMe.md
8484 - 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
8789 - mkdocs-simple-hooks :
8890 hooks :
8991 on_pre_build : mkdocs_build.prepare:main
Original file line number Diff line number Diff line change 11# mkdocs dependencies for generating the seleniumbase.io website
2- # Minimum Python version: 3.7
2+ # Minimum Python version: 3.8 (for generating docs only)
33
44regex >= 2022.10.31
55pkginfo >= 1.9.2
@@ -9,7 +9,7 @@ livereload==2.6.3
99joblib == 1.2.0
1010Markdown == 3.3.7
1111MarkupSafe == 2.1.1
12- keyring == 23.11.0
12+ keyring == 23.12.1
1313Jinja2 == 3.1.2
1414click == 8.1.3
1515zipp == 3.11.0
@@ -18,7 +18,6 @@ readme-renderer==37.3
1818pymdown-extensions == 9.9
1919importlib-metadata == 5.1.0
2020bleach == 5.0.1
21- jsmin == 3.0.1
2221lunr == 0.6.2
2322nltk == 3.8
2423tornado == 6.2
@@ -33,4 +32,3 @@ mkdocs-material==8.5.11
3332mkdocs-exclude-search == 0.6.4
3433mkdocs-simple-hooks == 0.1.5
3534mkdocs-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"
9999pyreadline == 2.1 ;platform_system == "Windows" and python_version<"3.6"
100100pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
101101tabcompleter == 1.1.0
102- pdbp == 1.2.6
102+ pdbp == 1.2.7
103103colorama == 0.4.6 ;python_version < "3.6"
104104colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
105105colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "4.9.8 "
2+ __version__ = "4.9.9 "
Original file line number Diff line number Diff line change 226226 'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"' ,
227227 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
228228 "tabcompleter==1.1.0" ,
229- "pdbp==1.2.6 " ,
229+ "pdbp==1.2.7 " ,
230230 'colorama==0.4.6;python_version<"3.6"' ,
231231 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
232232 'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments