|
121 | 121 | 'ipdb==0.13.4;python_version<"3.6"',
|
122 | 122 | 'ipdb==0.13.7;python_version>="3.6"',
|
123 | 123 | 'parso==0.7.1;python_version<"3.6"',
|
124 |
| - 'parso==0.8.1;python_version>="3.6"', |
| 124 | + 'parso==0.8.2;python_version>="3.6"', |
125 | 125 | 'jedi==0.17.2;python_version<"3.6"',
|
126 | 126 | 'jedi==0.18.0;python_version>="3.6"',
|
127 | 127 | 'idna==2.10', # Must stay in sync with "requests"
|
|
166 | 166 | 'traitlets==5.0.5;python_version>="3.7"',
|
167 | 167 | 'prompt-toolkit==1.0.18;python_version<"3.6"',
|
168 | 168 | 'prompt-toolkit==3.0.18;python_version>="3.6"',
|
| 169 | + 'decorator==4.4.2', |
169 | 170 | 'ipython==5.10.0;python_version<"3.5"',
|
170 | 171 | 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
|
171 | 172 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
|
183 | 184 | 'toml==0.10.2',
|
184 | 185 | 'Pillow==6.2.2;python_version<"3.5"',
|
185 | 186 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
186 |
| - 'Pillow==8.1.2;python_version>="3.6"', |
187 |
| - 'rich==10.0.0;python_version>="3.6" and python_version<"4.0"', |
| 187 | + 'Pillow==8.2.0;python_version>="3.6"', |
| 188 | + 'rich==10.0.1;python_version>="3.6" and python_version<"4.0"', |
188 | 189 | 'tornado==5.1.1;python_version<"3.5"',
|
189 | 190 | 'tornado==6.1;python_version>="3.5"',
|
190 | 191 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments