Skip to content

Commit 747a40c

Browse files
committed
Update Python dependencies
1 parent 21e47ad commit 747a40c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
regex>=2020.11.13
2-
tqdm>=4.55.0
2+
tqdm>=4.55.1
33
livereload==2.6.3;python_version>="3.6"
44
Markdown==3.3.3
55
readme-renderer==28.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cffi==1.14.4
7373
toml==0.10.2
7474
Pillow==6.2.2;python_version<"3.5"
7575
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
76-
Pillow==8.0.1;python_version>="3.6"
76+
Pillow==8.1.0;python_version>="3.6"
7777
rich==9.6.1;python_version>="3.6" and python_version<"4.0"
7878
zipp==1.2.0;python_version<"3.6"
7979
zipp==3.4.0;python_version>="3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
5050
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
5151
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
52-
os.system("python -m pip install --upgrade 'tqdm>=4.55.0'")
52+
os.system("python -m pip install --upgrade 'tqdm>=4.55.1'")
5353
print("\n*** Publishing The Release to PyPI: ***\n")
5454
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
5555
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")
@@ -177,7 +177,7 @@
177177
'toml==0.10.2',
178178
'Pillow==6.2.2;python_version<"3.5"',
179179
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
180-
'Pillow==8.0.1;python_version>="3.6"',
180+
'Pillow==8.1.0;python_version>="3.6"',
181181
'rich==9.6.1;python_version>="3.6" and python_version<"4.0"',
182182
'zipp==1.2.0;python_version<"3.6"',
183183
'zipp==3.4.0;python_version>="3.6"',

0 commit comments

Comments
 (0)