File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 20.1.1
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
- setuptools >= 49.1.0 ;python_version >= "3.5"
4
+ setuptools >= 49.1.1 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.34.2
7
7
six == 1.15.0
@@ -26,7 +26,7 @@ pytest-metadata==1.10.0;python_version>="3.6"
26
26
pytest-ordering == 0.6
27
27
pytest-rerunfailures == 8.0 ;python_version < "3.6"
28
28
pytest-rerunfailures == 9.0 ;python_version >= "3.6"
29
- pytest-xdist == 1.32 .0
29
+ pytest-xdist == 1.33 .0
30
30
parameterized == 0.7.4
31
31
soupsieve == 1.9.6 ;python_version < "3.5"
32
32
soupsieve == 2.0.1 ;python_version >= "3.5"
@@ -42,7 +42,7 @@ coverage==5.2
42
42
pyotp == 2.3.0
43
43
boto == 2.49.0
44
44
cffi == 1.14.0
45
- rich == 3.1 .0 ;python_version >= "3.6" and python_version<"4.0"
45
+ rich == 3.2 .0 ;python_version >= "3.6" and python_version<"4.0"
46
46
flake8 == 3.7.9 ;python_version < "3.5"
47
47
flake8 == 3.8.3 ;python_version >= "3.5"
48
48
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 93
93
'pip>=20.1.1' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
- 'setuptools>=49.1.0 ;python_version>="3.5"' ,
96
+ 'setuptools>=49.1.1 ;python_version>="3.5"' ,
97
97
'setuptools-scm' ,
98
98
'wheel' ,
99
99
'six' ,
118
118
'pytest-ordering==0.6' ,
119
119
'pytest-rerunfailures==8.0;python_version<"3.6"' ,
120
120
'pytest-rerunfailures==9.0;python_version>="3.6"' ,
121
- 'pytest-xdist==1.32 .0' ,
121
+ 'pytest-xdist==1.33 .0' ,
122
122
'parameterized==0.7.4' ,
123
123
'soupsieve==1.9.6;python_version<"3.5"' ,
124
124
'soupsieve==2.0.1;python_version>="3.5"' ,
134
134
'pyotp==2.3.0' ,
135
135
'boto==2.49.0' ,
136
136
'cffi==1.14.0' ,
137
- 'rich==3.1 .0;python_version>="3.6" and python_version<"4.0"' ,
137
+ 'rich==3.2 .0;python_version>="3.6" and python_version<"4.0"' ,
138
138
'flake8==3.7.9;python_version<"3.5"' ,
139
139
'flake8==3.8.3;python_version>="3.5"' ,
140
140
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments