File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pytest-ordering==0.6
31
31
pytest-rerunfailures == 8.0 ;python_version < "3.6"
32
32
pytest-rerunfailures == 9.0 ;python_version >= "3.6"
33
33
pytest-xdist == 1.34.0 ;python_version < "3.5"
34
- pytest-xdist == 2.0 .0 ;python_version >= "3.5"
34
+ pytest-xdist == 2.1 .0 ;python_version >= "3.5"
35
35
parameterized == 0.7.4
36
36
soupsieve == 1.9.6 ;python_version < "3.5"
37
37
soupsieve == 2.0.1 ;python_version >= "3.5"
@@ -52,7 +52,7 @@ brython>=3.8.9
52
52
pyotp == 2.4.0
53
53
boto == 2.49.0
54
54
cffi == 1.14.2
55
- rich == 5.2.1 ;python_version >= "3.6" and python_version<"4.0"
55
+ rich == 6.0.0 ;python_version >= "3.6" and python_version<"4.0"
56
56
flake8 == 3.7.9 ;python_version < "3.5"
57
57
flake8 == 3.8.3 ;python_version >= "3.5"
58
58
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 123
123
'pytest-rerunfailures==8.0;python_version<"3.6"' ,
124
124
'pytest-rerunfailures==9.0;python_version>="3.6"' ,
125
125
'pytest-xdist==1.34.0;python_version<"3.5"' ,
126
- 'pytest-xdist==2.0 .0;python_version>="3.5"' ,
126
+ 'pytest-xdist==2.1 .0;python_version>="3.5"' ,
127
127
'parameterized==0.7.4' ,
128
128
'soupsieve==1.9.6;python_version<"3.5"' ,
129
129
'soupsieve==2.0.1;python_version>="3.5"' ,
144
144
'pyotp==2.4.0' ,
145
145
'boto==2.49.0' ,
146
146
'cffi==1.14.2' ,
147
- 'rich==5.2.1 ;python_version>="3.6" and python_version<"4.0"' ,
147
+ 'rich==6.0.0 ;python_version>="3.6" and python_version<"4.0"' ,
148
148
'flake8==3.7.9;python_version<"3.5"' ,
149
149
'flake8==3.8.3;python_version>="3.5"' ,
150
150
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments