|
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>=65.5.0;python_version>="3.7"', |
| 134 | + 'setuptools>=65.5.1;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",
|
138 |
| - "wheel>=0.37.1", |
| 138 | + 'wheel>=0.37.1;python_version<"3.7"', |
| 139 | + 'wheel>=0.38.1;python_version>="3.7"', |
139 | 140 | 'attrs>=21.4.0;python_version<"3.6"',
|
140 | 141 | 'attrs>=22.1.0;python_version>="3.6"',
|
141 | 142 | 'PyYAML>=6.0;python_version>="3.6"',
|
|
180 | 181 | 'pyopenssl==22.1.0;python_version>="3.7"',
|
181 | 182 | 'wsproto==1.2.0;python_version>="3.7"',
|
182 | 183 | 'selenium==3.141.0;python_version<"3.7"',
|
183 |
| - 'selenium==4.5.0;python_version>="3.7"', |
| 184 | + 'selenium==4.6.0;python_version>="3.7"', |
184 | 185 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"',
|
185 | 186 | 'more-itertools==5.0.0;python_version<"3.6"',
|
186 | 187 | 'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
|
227 | 228 | 'pygments==2.5.2;python_version<"3.6"',
|
228 | 229 | 'pygments==2.13.0;python_version>="3.6"',
|
229 | 230 | 'prompt-toolkit==1.0.18;python_version<"3.6"',
|
230 |
| - 'prompt-toolkit==3.0.31;python_version>="3.6"', |
| 231 | + 'prompt-toolkit==3.0.32;python_version>="3.6"', |
231 | 232 | 'decorator==4.4.2;python_version<"3.6"',
|
232 | 233 | 'decorator==5.1.1;python_version>="3.6"',
|
233 | 234 | 'ipython==5.10.0;python_version<"3.6"',
|
|
0 commit comments