|
155 | 155 | 'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests"
|
156 | 156 | 'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
|
157 | 157 | 'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
|
158 |
| - 'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests" |
| 158 | + 'chardet==5.1.0;python_version>="3.7"', # Stay in sync with "requests" |
159 | 159 | 'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
160 | 160 | 'charset-normalizer==2.1.1;python_version>="3.7"', # Sync "requests"
|
161 | 161 | 'urllib3==1.26.12;python_version<"3.7"',
|
|
173 | 173 | 'pyopenssl==22.1.0;python_version>="3.7"',
|
174 | 174 | 'wsproto==1.2.0;python_version>="3.7"',
|
175 | 175 | 'selenium==3.141.0;python_version<"3.7"',
|
176 |
| - 'selenium==4.6.1;python_version>="3.7"', |
| 176 | + 'selenium==4.7.0;python_version>="3.7"', |
177 | 177 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"',
|
178 | 178 | 'more-itertools==5.0.0;python_version<"3.6"',
|
179 | 179 | 'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
|
223 | 223 | 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
|
224 | 224 | "pyrepl==0.9.0",
|
225 | 225 | "tabcompleter==1.0.0",
|
226 |
| - "pdbp==1.1.0", |
| 226 | + "pdbp==1.2.2", |
227 | 227 | 'colorama==0.4.6;python_version<"3.6"',
|
228 | 228 | 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
|
229 | 229 | 'colorama==0.4.6;python_version>="3.7"',
|
|
0 commit comments