|
131 | 131 | 'packaging>=21.3;python_version>="3.6"',
|
132 | 132 | 'setuptools>=44.1.1;python_version<"3.6"',
|
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 |
| - 'setuptools>=63.4.1;python_version>="3.7"', |
| 134 | + 'setuptools>=65.1.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 | "wheel>=0.37.1",
|
|
144 | 144 | 'certifi>=2022.6.15;python_version>="3.6"',
|
145 | 145 | 'filelock>=3.2.1;python_version<"3.6"',
|
146 | 146 | 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
|
147 |
| - 'filelock>=3.7.1;python_version>="3.7"', |
| 147 | + 'filelock>=3.8.0;python_version>="3.7"', |
148 | 148 | 'platformdirs>=2.0.2;python_version<"3.6"',
|
149 | 149 | 'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
|
150 | 150 | 'platformdirs>=2.5.2;python_version>="3.7"',
|
|
177 | 177 | 'pyopenssl==22.0.0;python_version>="3.7"',
|
178 | 178 | 'wsproto==1.1.0;python_version>="3.7"',
|
179 | 179 | 'selenium==3.141.0;python_version<"3.7"',
|
180 |
| - 'selenium==4.3.0;python_version>="3.7"', |
| 180 | + 'selenium==4.4.3;python_version>="3.7"', |
181 | 181 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"',
|
182 | 182 | 'more-itertools==5.0.0;python_version<"3.6"',
|
183 |
| - 'more-itertools==8.13.0;python_version>="3.6"', |
| 183 | + 'more-itertools==8.14.0;python_version>="3.6"', |
184 | 184 | "cssselect==1.1.0",
|
185 | 185 | "sortedcontainers==2.4.0",
|
186 | 186 | 'fasteners==0.16;python_version<"3.6"',
|
|
218 | 218 | 'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
|
219 | 219 | 'cryptography==37.0.4;python_version>="3.7"',
|
220 | 220 | 'pygments==2.5.2;python_version<"3.6"',
|
221 |
| - 'pygments==2.12.0;python_version>="3.6"', |
| 221 | + 'pygments==2.13.0;python_version>="3.6"', |
222 | 222 | 'prompt-toolkit==1.0.18;python_version<"3.6"',
|
223 | 223 | 'prompt-toolkit==3.0.30;python_version>="3.6"',
|
224 | 224 | 'decorator==4.4.2;python_version<"3.6"',
|
225 | 225 | 'decorator==5.1.1;python_version>="3.6"',
|
226 | 226 | 'ipython==5.10.0;python_version<"3.6"',
|
227 | 227 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
228 | 228 | 'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline
|
229 |
| - 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this |
| 229 | + 'matplotlib-inline==0.1.6;python_version>="3.7"', # ipython needs this |
230 | 230 | "colorama==0.4.5",
|
231 | 231 | 'importlib-metadata==2.1.3;python_version<"3.6"',
|
232 | 232 | 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
|
0 commit comments