|
117 | 117 | 'pip>=20.3.4;python_version<"3.6"',
|
118 | 118 | 'pip>=21.3.1;python_version>="3.6"',
|
119 | 119 | 'packaging>=20.9;python_version<"3.6"',
|
120 |
| - 'packaging>=21.0;python_version>="3.6"', |
| 120 | + 'packaging>=21.2;python_version>="3.6"', |
121 | 121 | "typing-extensions>=3.10.0.2",
|
122 | 122 | 'setuptools>=44.1.1;python_version<"3.5"',
|
123 | 123 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
|
159 | 159 | 'more-itertools==8.10.0;python_version>="3.5"',
|
160 | 160 | "cssselect==1.1.0",
|
161 | 161 | 'filelock==3.2.1;python_version<"3.6"',
|
162 |
| - 'filelock==3.3.1;python_version>="3.6"', |
| 162 | + 'filelock==3.3.2;python_version>="3.6"', |
163 | 163 | 'fasteners==0.16;python_version<"3.5"',
|
164 | 164 | 'fasteners==0.16.3;python_version>="3.5"',
|
165 | 165 | "execnet==1.9.0",
|
|
205 | 205 | 'ipython==5.10.0;python_version<"3.5"',
|
206 | 206 | 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
|
207 | 207 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
208 |
| - 'ipython==7.28.0;python_version>="3.7"', # Requires matplotlib-inline |
| 208 | + 'ipython==7.29.0;python_version>="3.7"', # Requires matplotlib-inline |
209 | 209 | 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
|
210 | 210 | "colorama==0.4.4",
|
211 | 211 | 'platformdirs==2.0.2;python_version<"3.6"',
|
|
234 | 234 | # pip install -e .[coverage]
|
235 | 235 | "coverage": [
|
236 | 236 | 'coverage==5.5;python_version<"3.6"',
|
237 |
| - 'coverage==6.0.2;python_version>="3.6"', |
| 237 | + 'coverage==6.1;python_version>="3.6"', |
238 | 238 | 'pytest-cov==2.12.1;python_version<"3.6"',
|
239 | 239 | 'pytest-cov==3.0.0;python_version>="3.6"',
|
240 | 240 | ],
|
|
0 commit comments