File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
regex >= 2020.11.13
2
- tqdm >= 4.55.0
2
+ tqdm >= 4.55.1
3
3
livereload == 2.6.3 ;python_version >= "3.6"
4
4
Markdown == 3.3.3
5
5
readme-renderer == 28.0
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ cffi==1.14.4
73
73
toml == 0.10.2
74
74
Pillow == 6.2.2 ;python_version < "3.5"
75
75
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"
77
77
rich == 9.6.1 ;python_version >= "3.6" and python_version<"4.0"
78
78
zipp == 1.2.0 ;python_version < "3.6"
79
79
zipp == 3.4.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 49
49
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
50
50
os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
51
51
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 '" )
53
53
print ("\n *** Publishing The Release to PyPI: ***\n " )
54
54
os .system ('python -m twine upload dist/*' ) # Requires ~/.pypirc Keys
55
55
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
177
177
'toml==0.10.2' ,
178
178
'Pillow==6.2.2;python_version<"3.5"' ,
179
179
'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"' ,
181
181
'rich==9.6.1;python_version>="3.6" and python_version<"4.0"' ,
182
182
'zipp==1.2.0;python_version<"3.6"' ,
183
183
'zipp==3.4.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments