|
117 | 117 | 'six==1.15.0',
|
118 | 118 | 'nose==1.3.7',
|
119 | 119 | 'ipdb==0.13.4;python_version<"3.6"',
|
120 |
| - 'ipdb==0.13.6;python_version>="3.6"', |
| 120 | + 'ipdb==0.13.7;python_version>="3.6"', |
121 | 121 | 'parso==0.7.1;python_version<"3.6"',
|
122 | 122 | 'parso==0.8.1;python_version>="3.6"',
|
123 | 123 | 'jedi==0.17.2;python_version<"3.6"',
|
124 | 124 | 'jedi==0.18.0;python_version>="3.6"',
|
125 | 125 | 'idna==2.10', # Must stay in sync with "requests"
|
126 | 126 | 'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
|
127 | 127 | 'chardet==4.0.0;python_version>="3.6"', # Stay in sync with "requests"
|
128 |
| - 'urllib3==1.26.3', # Must stay in sync with "requests" |
| 128 | + 'urllib3==1.26.4', # Must stay in sync with "requests" |
129 | 129 | 'requests==2.25.1',
|
130 | 130 | 'selenium==3.141.0',
|
131 | 131 | 'msedge-selenium-tools==3.141.3',
|
|
171 | 171 | 'colorama==0.4.4',
|
172 | 172 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
173 | 173 | 'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
|
174 |
| - 'virtualenv>=20.4.2', # Sync with importlib-metadata and pathlib2 |
| 174 | + 'virtualenv>=20.4.3', # Sync with importlib-metadata and pathlib2 |
175 | 175 | 'pymysql==0.10.1;python_version<"3.6"',
|
176 | 176 | 'pymysql==1.0.2;python_version>="3.6"',
|
177 | 177 | 'brython==3.9.1',
|
|
0 commit comments