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 @@ -77,7 +77,7 @@ cryptography==39.0.0;python_version>="3.7"
77
77
pygments == 2.14.0 ;python_version >= "3.6"
78
78
pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
79
79
tabcompleter == 1.1.0
80
- pdbp == 1.2.7
80
+ pdbp == 1.2.8
81
81
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
82
82
colorama == 0.4.6 ;python_version >= "3.7"
83
83
exceptiongroup == 1.1.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 201
201
'pygments==2.14.0;python_version>="3.6"' ,
202
202
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
203
203
"tabcompleter==1.1.0" ,
204
- "pdbp==1.2.7 " ,
204
+ "pdbp==1.2.8 " ,
205
205
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
206
206
'colorama==0.4.6;python_version>="3.7"' ,
207
207
'exceptiongroup==1.1.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments