|
129 | 129 | 'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
|
130 | 130 | 'pip>=22.3.1;python_version>="3.7"',
|
131 | 131 | 'packaging>=21.3;python_version>="3.6" and python_version<"3.7"',
|
132 |
| - 'packaging>=22.0;python_version>="3.7"', |
| 132 | + 'packaging>=23.0;python_version>="3.7"', |
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 |
| - 'setuptools>=65.6.3;python_version>="3.7"', |
| 134 | + 'setuptools>=65.7.0;python_version>="3.7"', |
135 | 135 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
136 | 136 | 'tomli>=2.0.1;python_version>="3.7"',
|
137 | 137 | "tqdm>=4.64.1",
|
|
151 | 151 | 'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests"
|
152 | 152 | 'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
|
153 | 153 | 'chardet==5.1.0;python_version>="3.7"', # Stay in sync with "requests"
|
154 |
| - 'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
155 |
| - 'charset-normalizer==2.1.1;python_version>="3.7"', # Sync "requests" |
| 154 | + 'charset-normalizer==2.0.12;python_version<"3.7"', |
| 155 | + 'charset-normalizer==3.0.1;python_version>="3.7"', # Sync "requests" |
156 | 156 | 'urllib3==1.26.12;python_version<"3.7"',
|
157 |
| - 'urllib3==1.26.13;python_version>="3.7"', |
| 157 | + 'urllib3==1.26.14;python_version>="3.7"', |
158 | 158 | 'requests==2.27.1;python_version<"3.7"',
|
159 |
| - 'requests==2.28.1;python_version>="3.7"', |
| 159 | + 'requests==2.28.2;python_version>="3.7"', |
160 | 160 | 'requests-toolbelt==0.10.1',
|
161 | 161 | "nose==1.3.7",
|
162 | 162 | 'sniffio==1.3.0;python_version>="3.7"',
|
|
178 | 178 | 'fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"',
|
179 | 179 | 'fasteners==0.18;python_version>="3.7"',
|
180 | 180 | "execnet==1.9.0",
|
| 181 | + 'iniconfig==1.1.1;python_version<"3.7"', |
| 182 | + 'iniconfig==2.0.0;python_version>="3.7"', |
181 | 183 | 'pluggy==1.0.0;python_version>="3.6"',
|
182 | 184 | 'py==1.11.0;python_version>="3.6"',
|
183 |
| - 'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"', |
| 185 | + 'pytest==7.0.1;python_version<"3.7"', |
184 | 186 | 'pytest==7.2.0;python_version>="3.7"',
|
185 | 187 | 'pytest-forked==1.4.0;python_version>="3.6"',
|
186 | 188 | 'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
|
187 |
| - 'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
| 189 | + 'pytest-metadata==1.11.0;python_version<"3.7"', |
188 | 190 | 'pytest-metadata==2.0.4;python_version>="3.7"',
|
189 | 191 | "pytest-ordering==0.6",
|
190 |
| - 'pytest-rerunfailures==10.3;python_version>="3.6"', |
191 |
| - 'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"', |
| 192 | + 'pytest-rerunfailures==10.3;python_version<"3.7"', |
| 193 | + 'pytest-rerunfailures==11.0;python_version>="3.7"', |
| 194 | + 'pytest-xdist==2.5.0;python_version<"3.7"', |
192 | 195 | 'pytest-xdist==3.1.0;python_version>="3.7"',
|
193 | 196 | "parameterized==0.8.1",
|
194 | 197 | "sbvirtualdisplay==1.1.1",
|
|
214 | 217 | 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
215 | 218 | 'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
|
216 | 219 | 'rich==12.6.0;python_version>="3.6" and python_version<"3.7"',
|
217 |
| - 'rich==13.0.0;python_version>="3.7" and python_version<"4.0"', |
| 220 | + 'rich==13.0.1;python_version>="3.7" and python_version<"4.0"', |
218 | 221 | ],
|
219 | 222 | extras_require={
|
220 | 223 | # pip install -e .[coverage]
|
221 | 224 | # Usage: coverage run -m pytest; coverage html; coverage report
|
222 | 225 | "coverage": [
|
223 | 226 | 'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
|
224 |
| - 'coverage==7.0.3;python_version>="3.7"', |
| 227 | + 'coverage==7.0.5;python_version>="3.7"', |
225 | 228 | 'pytest-cov==4.0.0;python_version>="3.6"',
|
226 | 229 | ],
|
227 | 230 | # pip install -e .[flake8]
|
|
0 commit comments