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 @@ -98,7 +98,7 @@ pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
9898pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
9999pyrepl == 0.9.0
100100tabcompleter == 1.0.0
101- pdbp == 1.0 .0
101+ pdbp == 1.1 .0
102102colorama == 0.4.6 ;python_version < "3.6"
103103colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
104104colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 222222 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
223223 "pyrepl==0.9.0" ,
224224 "tabcompleter==1.0.0" ,
225- "pdbp==1.0 .0" ,
225+ "pdbp==1.1 .0" ,
226226 'colorama==0.4.6;python_version<"3.6"' ,
227227 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
228228 'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments