Skip to content

Commit 326440b

Browse files
committed
Refresh Python dependencies
1 parent 2aea468 commit 326440b

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
@@ -85,7 +85,7 @@ pygments==2.14.0;python_version<"3.7"
8585
pygments==2.15.1;python_version>="3.7"
8686
pyreadline3==3.4.1;platform_system=="Windows"
8787
tabcompleter==1.2.1
88-
pdbp==1.4.1
88+
pdbp==1.4.2
8989
colorama==0.4.5;python_version<"3.7"
9090
colorama==0.4.6;python_version>="3.7"
9191
exceptiongroup==1.1.1;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
'pygments==2.15.1;python_version>="3.7"',
212212
'pyreadline3==3.4.1;platform_system=="Windows"',
213213
"tabcompleter==1.2.1",
214-
"pdbp==1.4.1",
214+
"pdbp==1.4.2",
215215
'colorama==0.4.5;python_version<"3.7"',
216216
'colorama==0.4.6;python_version>="3.7"',
217217
'exceptiongroup==1.1.1;python_version>="3.7"',

0 commit comments

Comments
 (0)