File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"
58
58
pytest-rerunfailures == 10.2 ;python_version >= "3.6"
59
59
pytest-xdist == 1.34.0 ;python_version < "3.5"
60
60
pytest-xdist == 2.2.1 ;python_version >= "3.5" and python_version<"3.6"
61
- pytest-xdist == 2.3 .0 ;python_version >= "3.6"
61
+ pytest-xdist == 2.4 .0 ;python_version >= "3.6"
62
62
parameterized == 0.8.1
63
63
sbvirtualdisplay == 1.0.0
64
64
soupsieve == 1.9.6 ;python_version < "3.5"
Original file line number Diff line number Diff line change 50
50
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
51
51
os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
52
52
print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
53
- os .system ("python -m pip install --upgrade 'tqdm>=4.62.2 '" )
53
+ os .system ("python -m pip install --upgrade 'tqdm>=4.62.3 '" )
54
54
print ("\n *** Publishing The Release to PyPI: ***\n " )
55
55
os .system ("python -m twine upload dist/*" ) # Requires ~/.pypirc Keys
56
56
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
174
174
'pytest-rerunfailures==10.2;python_version>="3.6"' ,
175
175
'pytest-xdist==1.34.0;python_version<"3.5"' ,
176
176
'pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"' ,
177
- 'pytest-xdist==2.3 .0;python_version>="3.6"' ,
177
+ 'pytest-xdist==2.4 .0;python_version>="3.6"' ,
178
178
"parameterized==0.8.1" ,
179
179
"sbvirtualdisplay==1.0.0" ,
180
180
'soupsieve==1.9.6;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments