|
131 | 131 | 'setuptools>=44.1.1;python_version<"3.5"',
|
132 | 132 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 |
| - 'setuptools>=60.9.1;python_version>="3.7"', |
| 134 | + 'setuptools>=60.9.3;python_version>="3.7"', |
135 | 135 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
136 | 136 | 'setuptools-scm>=6.4.2;python_version>="3.6"',
|
137 | 137 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
|
161 | 161 | "nose==1.3.7",
|
162 | 162 | 'sniffio==1.2.0;python_version>="3.7"',
|
163 | 163 | 'h11==0.13.0;python_version>="3.7"',
|
164 |
| - 'trio==0.19.0;python_version>="3.7"', |
| 164 | + 'trio==0.20.0;python_version>="3.7"', |
165 | 165 | 'trio-websocket==0.9.2;python_version>="3.7"',
|
166 | 166 | 'pyopenssl==22.0.0;python_version>="3.7"',
|
167 | 167 | 'wsproto==1.0.0;python_version>="3.7"',
|
168 | 168 | 'selenium==3.141.0;python_version<"3.7"',
|
169 |
| - 'selenium==4.1.0;python_version>="3.7"', |
| 169 | + 'selenium==4.1.2;python_version>="3.7"', |
170 | 170 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"',
|
171 | 171 | 'more-itertools==5.0.0;python_version<"3.5"',
|
172 | 172 | 'more-itertools==8.12.0;python_version>="3.5"',
|
173 | 173 | "cssselect==1.1.0",
|
174 | 174 | "sortedcontainers==2.4.0",
|
175 | 175 | 'filelock==3.2.1;python_version<"3.6"',
|
176 | 176 | 'filelock==3.4.1;python_version>="3.6" and python_version<"3.7"',
|
177 |
| - 'filelock==3.5.0;python_version>="3.7"', |
| 177 | + 'filelock==3.6.0;python_version>="3.7"', |
178 | 178 | 'fasteners==0.16;python_version<"3.5"',
|
179 | 179 | 'fasteners==0.16.3;python_version>="3.5" and python_version<"3.6"',
|
180 | 180 | 'fasteners==0.17.3;python_version>="3.6"',
|
|
219 | 219 | 'ipython==5.10.0;python_version<"3.5"',
|
220 | 220 | 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
|
221 | 221 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
222 |
| - 'ipython==7.31.1;python_version>="3.7"', # Requires matplotlib-inline |
| 222 | + 'ipython==7.32.0;python_version>="3.7"', # Requires matplotlib-inline |
223 | 223 | 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
|
224 | 224 | "colorama==0.4.4",
|
225 | 225 | 'platformdirs==2.0.2;python_version<"3.6"',
|
226 | 226 | 'platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"',
|
227 |
| - 'platformdirs==2.5.0;python_version>="3.7"', |
| 227 | + 'platformdirs==2.5.1;python_version>="3.7"', |
228 | 228 | 'pathlib2==2.3.6;python_version<"3.5"', # Sync with "virtualenv"
|
229 | 229 | 'importlib-metadata==2.1.3;python_version<"3.6"',
|
230 | 230 | 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
231 |
| - "virtualenv>=20.13.1", # Sync with importlib-metadata and pathlib2 |
| 231 | + "virtualenv>=20.13.2", # Sync with importlib-metadata and pathlib2 |
232 | 232 | "pycparser==2.21",
|
233 | 233 | 'pymysql==0.10.1;python_version<"3.6"',
|
234 | 234 | 'pymysql==1.0.2;python_version>="3.6"',
|
|
255 | 255 | "coverage": [
|
256 | 256 | 'coverage==5.5;python_version<"3.6"',
|
257 | 257 | 'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
|
258 |
| - 'coverage==6.3.1;python_version>="3.7"', |
| 258 | + 'coverage==6.3.2;python_version>="3.7"', |
259 | 259 | 'pytest-cov==2.12.1;python_version<"3.6"',
|
260 | 260 | 'pytest-cov==3.0.0;python_version>="3.6"',
|
261 | 261 | ],
|
|
0 commit comments