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"
98
98
pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
99
99
pyrepl == 0.9.0
100
100
tabcompleter == 1.0.0
101
- pdbp == 1.0 .0
101
+ pdbp == 1.1 .0
102
102
colorama == 0.4.6 ;python_version < "3.6"
103
103
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
104
104
colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 222
222
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
223
223
"pyrepl==0.9.0" ,
224
224
"tabcompleter==1.0.0" ,
225
- "pdbp==1.0 .0" ,
225
+ "pdbp==1.1 .0" ,
226
226
'colorama==0.4.6;python_version<"3.6"' ,
227
227
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
228
228
'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments