|
145 | 145 | 'pytest-rerunfailures==9.1.1;python_version>="3.5"',
|
146 | 146 | 'pytest-xdist==1.34.0;python_version<"3.5"',
|
147 | 147 | 'pytest-xdist==2.2.0;python_version>="3.5"',
|
148 |
| - 'parameterized==0.7.5', |
| 148 | + 'parameterized==0.8.1', |
149 | 149 | 'soupsieve==1.9.6;python_version<"3.5"',
|
150 | 150 | 'soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"',
|
151 | 151 | 'soupsieve==2.1;python_version>="3.6"',
|
|
170 | 170 | 'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
|
171 | 171 | 'virtualenv>=20.2.2', # Sync with importlib-metadata and pathlib2
|
172 | 172 | 'pymysql==0.10.1;python_version<"3.6"',
|
173 |
| - 'pymysql==1.0.1;python_version>="3.6"', |
| 173 | + 'pymysql==1.0.2;python_version>="3.6"', |
174 | 174 | 'coverage==5.3.1',
|
175 | 175 | 'brython==3.9.1',
|
176 | 176 | 'pyotp==2.4.1',
|
|
180 | 180 | 'Pillow==6.2.2;python_version<"3.5"',
|
181 | 181 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
182 | 182 | 'Pillow==8.1.0;python_version>="3.6"',
|
183 |
| - 'rich==9.6.2;python_version>="3.6" and python_version<"4.0"', |
| 183 | + 'rich==9.7.0;python_version>="3.6" and python_version<"4.0"', |
184 | 184 | 'zipp==1.2.0;python_version<"3.6"',
|
185 | 185 | 'zipp==3.4.0;python_version>="3.6"',
|
186 | 186 | 'flake8==3.7.9;python_version<"3.5"',
|
|
0 commit comments