|
145 | 145 | 'filelock>=3.4.1;python_version<"3.7"',
|
146 | 146 | 'filelock>=3.12.2;python_version>="3.7"',
|
147 | 147 | 'platformdirs>=2.4.0;python_version<"3.7"',
|
148 |
| - 'platformdirs>=3.8.0;python_version>="3.7"', |
| 148 | + 'platformdirs>=3.8.1;python_version>="3.7"', |
149 | 149 | 'parse>=1.19.1',
|
150 | 150 | 'parse-type>=0.6.2',
|
151 | 151 | 'pyparsing>=3.0.7;python_version<"3.7"',
|
|
159 | 159 | 'chardet==4.0.0;python_version<"3.7"',
|
160 | 160 | 'chardet==5.1.0;python_version>="3.7"',
|
161 | 161 | 'charset-normalizer==2.0.12;python_version<"3.7"',
|
162 |
| - 'charset-normalizer==3.1.0;python_version>="3.7"', |
| 162 | + 'charset-normalizer==3.2.0;python_version>="3.7"', |
163 | 163 | 'urllib3==1.26.12;python_version<"3.7"',
|
164 | 164 | 'urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"', # noqa: E501
|
165 | 165 | 'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
|
166 | 166 | 'requests==2.27.1;python_version<"3.7"',
|
167 | 167 | 'requests==2.31.0;python_version>="3.7"',
|
168 | 168 | 'requests-toolbelt==1.0.0',
|
169 |
| - "pynose==1.4.5", |
| 169 | + "pynose==1.4.6", |
170 | 170 | 'sniffio==1.3.0;python_version>="3.7"',
|
171 | 171 | 'h11==0.14.0;python_version>="3.7"',
|
172 | 172 | 'outcome==1.2.0;python_version>="3.7"',
|
|
182 | 182 | "sortedcontainers==2.4.0",
|
183 | 183 | 'fasteners==0.17.3;python_version<"3.7"',
|
184 | 184 | 'fasteners==0.18;python_version>="3.7"',
|
185 |
| - "execnet==1.9.0", |
| 185 | + 'execnet==1.9.0;python_version<"3.7"', |
| 186 | + 'execnet==2.0.0;python_version>="3.7"', |
186 | 187 | 'iniconfig==1.1.1;python_version<"3.7"',
|
187 | 188 | 'iniconfig==2.0.0;python_version>="3.7"',
|
188 | 189 | 'pluggy==1.0.0;python_version<"3.7"',
|
|
191 | 192 | 'pytest==7.0.1;python_version<"3.7"',
|
192 | 193 | 'pytest==7.4.0;python_version>="3.7"',
|
193 | 194 | 'pytest-forked==1.4.0;python_version<"3.7"',
|
194 |
| - 'pytest-forked==1.6.0;python_version>="3.7"', |
195 | 195 | "pytest-html==2.0.1", # Newer ones had issues
|
196 | 196 | 'pytest-metadata==1.11.0;python_version<"3.7"',
|
197 | 197 | 'pytest-metadata==3.0.0;python_version>="3.7"',
|
|
0 commit comments