File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ plugins:
70
70
- help_docs/chinese.md
71
71
- integrations/katalon/ReadMe.md
72
72
- seleniumbase/utilities/selenium_ide/ReadMe.md
73
+ - seleniumbase/examples/chart_maker/ReadMe.md
73
74
- minify :
74
75
minify_html : true
75
76
- mkdocs-simple-hooks :
87
88
- Syntax Formats : help_docs/syntax_formats.md
88
89
- Recorder Mode : help_docs/recorder_mode.md
89
90
- API Reference : help_docs/method_summary.md
91
+ - Case Plans : help_docs/case_plans.md
90
92
- Setup / Install :
91
93
- Install Python, pip, git : help_docs/install_python_pip_git.md
92
94
- Virtualenv Instructions : help_docs/virtualenv_instructions.md
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.7
3
3
4
- regex >= 2022.7.25
4
+ regex >= 2022.8.17
5
5
tqdm >= 4.64.0
6
6
docutils == 0.19
7
7
python-dateutil == 2.8.2
8
8
livereload == 2.6.3
9
9
joblib == 1.1.0
10
10
Markdown == 3.3.7
11
11
MarkupSafe == 2.1.1
12
- keyring == 23.7.0
12
+ keyring == 23.8.2
13
13
pkginfo == 1.8.3
14
14
Jinja2 == 3.1.2
15
15
click == 8.1.3
@@ -25,7 +25,7 @@ nltk==3.7
25
25
tornado == 6.2
26
26
watchdog == 2.1.9
27
27
mkdocs == 1.3.1
28
- mkdocs-material == 8.3.9
28
+ mkdocs-material == 8.4.0
29
29
mkdocs-exclude-search == 0.6.4
30
30
mkdocs-simple-hooks == 0.1.5
31
31
mkdocs-material-extensions == 1.0.3
You can’t perform that action at this time.
0 commit comments