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"
99
99
pyreadline == 2.1 ;platform_system == "Windows" and python_version<"3.6"
100
100
pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
101
101
tabcompleter == 1.1.0
102
- pdbp == 1.2.6
102
+ pdbp == 1.2.7
103
103
colorama == 0.4.6 ;python_version < "3.6"
104
104
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
105
105
colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 226
226
'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"' ,
227
227
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
228
228
"tabcompleter==1.1.0" ,
229
- "pdbp==1.2.6 " ,
229
+ "pdbp==1.2.7 " ,
230
230
'colorama==0.4.6;python_version<"3.6"' ,
231
231
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
232
232
'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments