Skip to content

Commit ff7ed43

Browse files
committed
Update Python dependencies
1 parent 2633c07 commit ff7ed43

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ pytest-metadata==1.8.0
2323
pytest-ordering==0.6
2424
pytest-rerunfailures==8.0;python_version<"3.6"
2525
pytest-rerunfailures==9.0;python_version>="3.6"
26-
pytest-xdist==1.31.0
26+
pytest-xdist==1.32.0
2727
parameterized==0.7.4
2828
soupsieve==1.9.5;python_version<"3.5"
2929
soupsieve==2.0;python_version>="3.5"
3030
beautifulsoup4==4.9.0
31-
atomicwrites==1.3.0
3231
cryptography==2.9.2
3332
pyopenssl==19.1.0
3433
pygments==2.5.2;python_version<"3.5"
@@ -41,7 +40,6 @@ coverage==5.1
4140
pyotp==2.3.0
4241
boto==2.49.0
4342
cffi==1.14.0
44-
tqdm==4.45.0
4543
flake8==3.7.9
4644
pyflakes==2.1.1
4745
certifi>=2020.4.5.1

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,11 @@
105105
'pytest-ordering==0.6',
106106
'pytest-rerunfailures==8.0;python_version<"3.6"',
107107
'pytest-rerunfailures==9.0;python_version>="3.6"',
108-
'pytest-xdist==1.31.0',
108+
'pytest-xdist==1.32.0',
109109
'parameterized==0.7.4',
110110
'soupsieve==1.9.5;python_version<"3.5"',
111111
'soupsieve==2.0;python_version>="3.5"',
112112
'beautifulsoup4==4.9.0',
113-
'atomicwrites==1.3.0',
114113
'cryptography==2.9.2',
115114
'pyopenssl==19.1.0',
116115
'pygments==2.5.2;python_version<"3.5"',
@@ -123,7 +122,6 @@
123122
'pyotp==2.3.0',
124123
'boto==2.49.0',
125124
'cffi==1.14.0',
126-
'tqdm==4.45.0',
127125
'flake8==3.7.9',
128126
'pyflakes==2.1.1',
129127
'certifi>=2020.4.5.1',

0 commit comments

Comments
 (0)