Skip to content

Commit 5e40777

Browse files
committed
Update Python dependencies
1 parent 9ac45df commit 5e40777

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"
5858
pytest-rerunfailures==10.2;python_version>="3.6"
5959
pytest-xdist==1.34.0;python_version<"3.5"
6060
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"
6262
parameterized==0.8.1
6363
sbvirtualdisplay==1.0.0
6464
soupsieve==1.9.6;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
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.62.2'")
53+
os.system("python -m pip install --upgrade 'tqdm>=4.62.3'")
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")
@@ -174,7 +174,7 @@
174174
'pytest-rerunfailures==10.2;python_version>="3.6"',
175175
'pytest-xdist==1.34.0;python_version<"3.5"',
176176
'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"',
178178
"parameterized==0.8.1",
179179
"sbvirtualdisplay==1.0.0",
180180
'soupsieve==1.9.6;python_version<"3.5"',

0 commit comments

Comments
 (0)