Skip to content

Commit ffa5b8f

Browse files
committed
Get the latest improvements from Pdb+
1 parent f5d5035 commit ffa5b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
9898
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
9999
pyrepl==0.9.0
100100
tabcompleter==1.0.0
101-
pdbp==1.0.0
101+
pdbp==1.1.0
102102
colorama==0.4.6;python_version<"3.6"
103103
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
104104
colorama==0.4.6;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
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"',

0 commit comments

Comments
 (0)