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 @@ -99,7 +99,7 @@ pygments==2.13.0;python_version>="3.6"
9999pyreadline == 2.1 ;platform_system == "Windows" and python_version<"3.6"
100100pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
101101tabcompleter == 1.1.0
102- pdbp == 1.2.6
102+ pdbp == 1.2.7
103103colorama == 0.4.6 ;python_version < "3.6"
104104colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
105105colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 226226 'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"' ,
227227 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
228228 "tabcompleter==1.1.0" ,
229- "pdbp==1.2.6 " ,
229+ "pdbp==1.2.7 " ,
230230 'colorama==0.4.6;python_version<"3.6"' ,
231231 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
232232 'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments