Skip to content

Commit b905d86

Browse files
committed
Refresh the "pdbp" (Pdb+) dependency for a bug fix
1 parent ab0f597 commit b905d86

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
@@ -77,7 +77,7 @@ cryptography==39.0.0;python_version>="3.7"
7777
pygments==2.14.0;python_version>="3.6"
7878
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
7979
tabcompleter==1.1.0
80-
pdbp==1.2.7
80+
pdbp==1.2.8
8181
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
8282
colorama==0.4.6;python_version>="3.7"
8383
exceptiongroup==1.1.0;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
'pygments==2.14.0;python_version>="3.6"',
202202
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
203203
"tabcompleter==1.1.0",
204-
"pdbp==1.2.7",
204+
"pdbp==1.2.8",
205205
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
206206
'colorama==0.4.6;python_version>="3.7"',
207207
'exceptiongroup==1.1.0;python_version>="3.7"',

0 commit comments

Comments
 (0)