|
130 | 130 | 'packaging>=21.3;python_version>="3.6"', |
131 | 131 | 'setuptools>=44.1.1;python_version<"3.6"', |
132 | 132 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"', |
133 | | - 'setuptools>=65.5.1;python_version>="3.7"', |
| 133 | + 'setuptools>=65.6.3;python_version>="3.7"', |
134 | 134 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"', |
135 | 135 | 'tomli>=2.0.1;python_version>="3.7"', |
136 | 136 | "tqdm>=4.64.1", |
|
139 | 139 | 'attrs>=21.4.0;python_version<"3.6"', |
140 | 140 | 'attrs>=22.1.0;python_version>="3.6"', |
141 | 141 | 'PyYAML>=6.0;python_version>="3.6"', |
142 | | - 'traitlets>=4.3.3;python_version<"3.7"', |
143 | | - 'traitlets>=5.5.0;python_version>="3.7"', |
144 | 142 | 'certifi>=2021.10.8;python_version<"3.6"', |
145 | 143 | 'certifi>=2022.9.24;python_version>="3.6"', |
146 | 144 | 'filelock>=3.2.1;python_version<"3.6"', |
|
153 | 151 | 'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"', |
154 | 152 | 'pyparsing>=3.0.9;python_version>="3.7"', |
155 | 153 | "six==1.16.0", |
156 | | - 'ipdb==0.13.4;python_version<"3.6"', |
157 | | - 'ipdb==0.13.9;python_version>="3.6"', |
158 | | - 'parso==0.7.1;python_version<"3.6"', |
159 | | - 'parso==0.8.3;python_version>="3.6"', |
160 | | - 'jedi==0.17.2;python_version<"3.6"', |
161 | | - 'jedi==0.18.1;python_version>="3.6"', |
162 | 154 | 'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests" |
163 | 155 | 'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests" |
164 | 156 | 'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests" |
165 | 157 | 'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"', |
166 | 158 | 'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests" |
167 | 159 | 'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
168 | 160 | 'charset-normalizer==2.1.1;python_version>="3.7"', # Sync "requests" |
169 | | - 'urllib3==1.26.12', # Stay in sync with "requests" |
| 161 | + 'urllib3==1.26.13', # Stay in sync with "requests" |
170 | 162 | 'requests==2.27.1;python_version<"3.7"', |
171 | 163 | 'requests==2.28.1;python_version>="3.7"', |
172 | 164 | 'requests-toolbelt==0.10.1', |
|
180 | 172 | 'pyopenssl==22.1.0;python_version>="3.7"', |
181 | 173 | 'wsproto==1.2.0;python_version>="3.7"', |
182 | 174 | 'selenium==3.141.0;python_version<"3.7"', |
183 | | - 'selenium==4.6.0;python_version>="3.7"', |
| 175 | + 'selenium==4.6.1;python_version>="3.7"', |
184 | 176 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"', |
185 | 177 | 'more-itertools==5.0.0;python_version<"3.6"', |
186 | 178 | 'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
|
208 | 200 | 'pytest-metadata==2.0.4;python_version>="3.7"', |
209 | 201 | "pytest-ordering==0.6", |
210 | 202 | 'pytest-rerunfailures==8.0;python_version<"3.6"', |
211 | | - 'pytest-rerunfailures==10.2;python_version>="3.6"', |
| 203 | + 'pytest-rerunfailures==10.3;python_version>="3.6"', |
212 | 204 | 'pytest-xdist==1.34.0;python_version<"3.6"', |
213 | 205 | 'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"', |
214 | 206 | 'pytest-xdist==3.0.2;python_version>="3.7"', |
|
226 | 218 | 'cryptography==38.0.3;python_version>="3.7"', |
227 | 219 | 'pygments==2.5.2;python_version<"3.6"', |
228 | 220 | 'pygments==2.13.0;python_version>="3.6"', |
229 | | - 'prompt-toolkit==1.0.18;python_version<"3.6"', |
230 | | - 'prompt-toolkit==3.0.32;python_version>="3.6"', |
231 | | - 'decorator==4.4.2;python_version<"3.6"', |
232 | | - 'decorator==5.1.1;python_version>="3.6"', |
233 | | - 'ipython==5.10.0;python_version<"3.6"', |
234 | | - 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"', |
235 | | - 'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline |
236 | | - 'matplotlib-inline==0.1.6;python_version>="3.7"', # ipython needs this |
| 221 | + "wmctrl==0.4", |
| 222 | + "pyrepl==0.9.0", |
| 223 | + "fancycompleter==0.9.1", |
| 224 | + "pdbpp==0.10.3", |
237 | 225 | 'colorama==0.4.6;python_version<"3.6"', |
238 | 226 | 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"', |
239 | 227 | 'colorama==0.4.6;python_version>="3.7"', |
240 | 228 | 'exceptiongroup==1.0.4;python_version>="3.7"', |
241 | 229 | 'importlib-metadata==2.1.3;python_version<"3.6"', |
242 | 230 | 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501 |
243 | 231 | "pycparser==2.21", |
244 | | - 'pymysql==0.10.1;python_version<"3.6"', |
245 | | - 'pymysql==1.0.2;python_version>="3.6"', |
246 | 232 | 'pyotp==2.3.0;python_version<"3.6"', |
247 | 233 | 'pyotp==2.7.0;python_version>="3.6"', |
248 | 234 | "cffi==1.15.1", |
249 | | - "toml==0.10.2", |
250 | 235 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich" |
251 | 236 | 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
252 | 237 | 'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501 |
|
0 commit comments