|
195 | 195 | 'pytest-html==1.22.1;python_version<"3.6"',
|
196 | 196 | 'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
|
197 | 197 | 'pytest-metadata==1.8.0;python_version<"3.6"',
|
198 |
| - 'pytest-metadata==1.11.0;python_version>="3.6"', |
| 198 | + 'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
| 199 | + 'pytest-metadata==2.0.0;python_version>="3.7"', |
199 | 200 | "pytest-ordering==0.6",
|
200 | 201 | 'pytest-rerunfailures==8.0;python_version<"3.5"',
|
201 | 202 | 'pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
|
242 | 243 | 'Pillow==9.0.1;python_version>="3.7"',
|
243 | 244 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
244 | 245 | 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
245 |
| - 'rich==12.0.0;python_version>="3.6" and python_version<"4.0"', |
| 246 | + 'rich==12.0.1;python_version>="3.6" and python_version<"4.0"', |
246 | 247 | 'tornado==5.1.1;python_version<"3.5"',
|
247 | 248 | 'tornado==6.1;python_version>="3.5"',
|
248 | 249 | 'pdfminer.six==20191110;python_version<"3.5"',
|
249 | 250 | 'pdfminer.six==20201018;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
250 |
| - 'pdfminer.six==20211012;python_version>="3.6"', |
| 251 | + 'pdfminer.six==20211012;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
| 252 | + 'pdfminer.six==20220319;python_version>="3.7"', |
251 | 253 | ],
|
252 | 254 | extras_require={
|
253 | 255 | # pip install -e .[coverage]
|
|
0 commit comments