|
147 | 147 | "cssselect==1.1.0",
|
148 | 148 | "filelock==3.0.12",
|
149 | 149 | 'fasteners==0.16;python_version<"3.6"',
|
150 |
| - 'fasteners==0.16.1;python_version>="3.6"', |
| 150 | + 'fasteners==0.16.3;python_version>="3.6"', |
| 151 | + "execnet==1.9.0", |
151 | 152 | "pluggy==0.13.1",
|
152 | 153 | 'py==1.8.1;python_version<"3.5"',
|
153 | 154 | 'py==1.10.0;python_version>="3.5"',
|
|
164 | 165 | 'pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
165 | 166 | 'pytest-rerunfailures==10.0;python_version>="3.6"',
|
166 | 167 | 'pytest-xdist==1.34.0;python_version<"3.5"',
|
167 |
| - 'pytest-xdist==2.2.1;python_version>="3.5"', |
| 168 | + 'pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"', |
| 169 | + 'pytest-xdist==2.3.0;python_version>="3.6"', |
168 | 170 | "parameterized==0.8.1",
|
169 | 171 | 'soupsieve==1.9.6;python_version<"3.5"',
|
170 | 172 | 'soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"',
|
|
180 | 182 | 'traitlets==4.3.3;python_version<"3.7"',
|
181 | 183 | 'traitlets==5.0.5;python_version>="3.7"',
|
182 | 184 | 'prompt-toolkit==1.0.18;python_version<"3.6"',
|
183 |
| - 'prompt-toolkit==3.0.18;python_version>="3.6"', |
| 185 | + 'prompt-toolkit==3.0.19;python_version>="3.6"', |
184 | 186 | 'decorator==4.4.2;python_version<"3.5"',
|
185 | 187 | 'decorator==5.0.9;python_version>="3.5"',
|
186 | 188 | 'ipython==5.10.0;python_version<"3.5"',
|
|
201 | 203 | 'Pillow==6.2.2;python_version<"3.5"',
|
202 | 204 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
203 | 205 | 'Pillow==8.2.0;python_version>="3.6"',
|
204 |
| - 'rich==10.2.2;python_version>="3.6" and python_version<"4.0"', |
| 206 | + 'rich==10.3.0;python_version>="3.6" and python_version<"4.0"', |
205 | 207 | 'tornado==5.1.1;python_version<"3.5"',
|
206 | 208 | 'tornado==6.1;python_version>="3.5"',
|
207 | 209 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments