File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ pytest-metadata==1.8.0
23
23
pytest-ordering == 0.6
24
24
pytest-rerunfailures == 8.0 ;python_version < "3.6"
25
25
pytest-rerunfailures == 9.0 ;python_version >= "3.6"
26
- pytest-xdist == 1.31 .0
26
+ pytest-xdist == 1.32 .0
27
27
parameterized == 0.7.4
28
28
soupsieve == 1.9.5 ;python_version < "3.5"
29
29
soupsieve == 2.0 ;python_version >= "3.5"
30
30
beautifulsoup4 == 4.9.0
31
- atomicwrites == 1.3.0
32
31
cryptography == 2.9.2
33
32
pyopenssl == 19.1.0
34
33
pygments == 2.5.2 ;python_version < "3.5"
@@ -41,7 +40,6 @@ coverage==5.1
41
40
pyotp == 2.3.0
42
41
boto == 2.49.0
43
42
cffi == 1.14.0
44
- tqdm == 4.45.0
45
43
flake8 == 3.7.9
46
44
pyflakes == 2.1.1
47
45
certifi >= 2020.4.5.1
Original file line number Diff line number Diff line change 105
105
'pytest-ordering==0.6' ,
106
106
'pytest-rerunfailures==8.0;python_version<"3.6"' ,
107
107
'pytest-rerunfailures==9.0;python_version>="3.6"' ,
108
- 'pytest-xdist==1.31 .0' ,
108
+ 'pytest-xdist==1.32 .0' ,
109
109
'parameterized==0.7.4' ,
110
110
'soupsieve==1.9.5;python_version<"3.5"' ,
111
111
'soupsieve==2.0;python_version>="3.5"' ,
112
112
'beautifulsoup4==4.9.0' ,
113
- 'atomicwrites==1.3.0' ,
114
113
'cryptography==2.9.2' ,
115
114
'pyopenssl==19.1.0' ,
116
115
'pygments==2.5.2;python_version<"3.5"' ,
123
122
'pyotp==2.3.0' ,
124
123
'boto==2.49.0' ,
125
124
'cffi==1.14.0' ,
126
- 'tqdm==4.45.0' ,
127
125
'flake8==3.7.9' ,
128
126
'pyflakes==2.1.1' ,
129
127
'certifi>=2020.4.5.1' ,
You can’t perform that action at this time.
0 commit comments