Skip to content

Commit 5a9e996

Browse files
committed
Update mkdocs dependencies
1 parent 8ce761e commit 5a9e996

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/instructions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Preparing the SeleniumBase Docs website with "mkdocs"
22

3-
Usage: (from top-level SeleniumBase)
3+
Usage: (from the top-level SeleniumBase folder)
44
pip install -r docs/requirements.txt
5-
mkdocs build --strict
5+
mkdocs build (OR "mkdocs build --strict" to fail on warnings)

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
regex>=2021.4.4
2-
tqdm>=4.61.0
2+
tqdm>=4.61.1
33
livereload==2.6.3;python_version>="3.6"
44
joblib==1.0.1;python_version>="3.6"
55
Markdown==3.3.4;python_version>="3.6"
@@ -10,9 +10,9 @@ click==8.0.1
1010
readme-renderer==29.0
1111
pymdown-extensions==8.2
1212
importlib-metadata==4.5.0;python_version>="3.6"
13-
lunr==0.5.8
13+
lunr==0.6.0
1414
nltk==3.6.2
15-
mkdocs==1.1.2
15+
mkdocs==1.2.1
1616
mkdocs-material==7.1.3
1717
mkdocs-exclude-search==0.5.2;python_version>="3.6"
1818
mkdocs-simple-hooks==0.1.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
5151
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
5252
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
53-
os.system("python -m pip install --upgrade 'tqdm>=4.61.0'")
53+
os.system("python -m pip install --upgrade 'tqdm>=4.61.1'")
5454
print("\n*** Publishing The Release to PyPI: ***\n")
5555
os.system("python -m twine upload dist/*") # Requires ~/.pypirc Keys
5656
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")

0 commit comments

Comments
 (0)