Skip to content

Commit d04e80d

Browse files
committed
Update docs dependencies
1 parent dac45e6 commit d04e80d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
regex>=2021.3.17
2-
tqdm>=4.59.0
1+
regex>=2021.4.4
2+
tqdm>=4.60.0
33
livereload==2.6.3;python_version>="3.6"
44
joblib==1.0.1;python_version>="3.6"
55
Markdown==3.3.4
6+
docutils==0.17
67
Jinja2==2.11.3
78
readme-renderer==29.0
89
pymdown-extensions==8.1.1

setup.py

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

0 commit comments

Comments
 (0)