File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pygments==2.11.2;python_version>="3.5" and python_version<"3.6"
101
101
pygments == 2.12.0 ;python_version >= "3.6"
102
102
prompt-toolkit == 1.0.18 ;python_version < "3.5"
103
103
prompt-toolkit == 2.0.10 ;python_version >= "3.5" and python_version<"3.6"
104
- prompt-toolkit == 3.0.29 ;python_version >= "3.6"
104
+ prompt-toolkit == 3.0.30 ;python_version >= "3.6"
105
105
decorator == 4.4.2 ;python_version < "3.5"
106
106
decorator == 5.1.1 ;python_version >= "3.5"
107
107
ipython == 5.10.0 ;python_version < "3.5"
Original file line number Diff line number Diff line change 228
228
'pygments==2.12.0;python_version>="3.6"' ,
229
229
'prompt-toolkit==1.0.18;python_version<"3.5"' ,
230
230
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
231
- 'prompt-toolkit==3.0.29 ;python_version>="3.6"' ,
231
+ 'prompt-toolkit==3.0.30 ;python_version>="3.6"' ,
232
232
'decorator==4.4.2;python_version<"3.5"' ,
233
233
'decorator==5.1.1;python_version>="3.5"' ,
234
234
'ipython==5.10.0;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments