Skip to content

Commit fdecc6e

Browse files
committed
Refresh the "pdbp" dependency
1 parent 0c5de72 commit fdecc6e

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
@@ -99,7 +99,7 @@ pygments==2.13.0;python_version>="3.6"
9999
pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
100100
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
101101
tabcompleter==1.1.0
102-
pdbp==1.2.6
102+
pdbp==1.2.7
103103
colorama==0.4.6;python_version<"3.6"
104104
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
105105
colorama==0.4.6;python_version>="3.7"

setup.py

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

0 commit comments

Comments
 (0)