Skip to content

Commit e0f9ae6

Browse files
authored
Merge pull request #1636 from seleniumbase/docs-and-dependencies
Refresh docs and dependencies
2 parents ca09f58 + 3f7ed9e commit e0f9ae6

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

mkdocs_build/requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
regex>=2022.10.31
55
pkginfo>=1.9.2
@@ -9,7 +9,7 @@ livereload==2.6.3
99
joblib==1.2.0
1010
Markdown==3.3.7
1111
MarkupSafe==2.1.1
12-
keyring==23.11.0
12+
keyring==23.12.1
1313
Jinja2==3.1.2
1414
click==8.1.3
1515
zipp==3.11.0
@@ -18,7 +18,6 @@ readme-renderer==37.3
1818
pymdown-extensions==9.9
1919
importlib-metadata==5.1.0
2020
bleach==5.0.1
21-
jsmin==3.0.1
2221
lunr==0.6.2
2322
nltk==3.8
2423
tornado==6.2
@@ -33,4 +32,3 @@ mkdocs-material==8.5.11
3332
mkdocs-exclude-search==0.6.4
3433
mkdocs-simple-hooks==0.1.5
3534
mkdocs-material-extensions==1.1.1
36-
mkdocs-minify-plugin==0.6.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pygments==2.13.0;python_version>="3.6"
9999
pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
100100
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
101101
tabcompleter==1.1.0
102-
pdbp==1.2.6
102+
pdbp==1.2.7
103103
colorama==0.4.6;python_version<"3.6"
104104
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
105105
colorama==0.4.6;python_version>="3.7"

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.9.8"
2+
__version__ = "4.9.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
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"',

0 commit comments

Comments
 (0)