Skip to content

Commit 0cca424

Browse files
committed
Refresh Python dependencies (Pdb+)
1 parent ae9b92e commit 0cca424

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
@@ -70,7 +70,7 @@ pygments==2.14.0;python_version<"3.7"
7070
pygments==2.16.1;python_version>="3.7"
7171
pyreadline3==3.4.1;platform_system=="Windows"
7272
tabcompleter==1.2.1
73-
pdbp==1.4.5
73+
pdbp==1.4.6
7474
colorama==0.4.5;python_version<"3.7"
7575
colorama==0.4.6;python_version>="3.7"
7676
exceptiongroup==1.1.2;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
'pygments==2.16.1;python_version>="3.7"',
205205
'pyreadline3==3.4.1;platform_system=="Windows"',
206206
"tabcompleter==1.2.1",
207-
"pdbp==1.4.5",
207+
"pdbp==1.4.6",
208208
'colorama==0.4.5;python_version<"3.7"',
209209
'colorama==0.4.6;python_version>="3.7"',
210210
'exceptiongroup==1.1.2;python_version>="3.7"',

0 commit comments

Comments
 (0)