Skip to content

Commit cd9c0ac

Browse files
committed
Refresh Python dependencies
1 parent a2cb6b3 commit cd9c0ac

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
@@ -64,7 +64,7 @@ pygments==2.17.2;python_version<"3.8"
6464
pygments==2.18.0;python_version>="3.8"
6565
pyreadline3==3.4.1;platform_system=="Windows"
6666
tabcompleter==1.3.0
67-
pdbp==1.5.0
67+
pdbp==1.5.1
6868
colorama==0.4.6
6969
pyotp==2.9.0
7070
python-xlib==0.33;platform_system=="Linux"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
'pygments==2.18.0;python_version>="3.8"',
213213
'pyreadline3==3.4.1;platform_system=="Windows"',
214214
"tabcompleter==1.3.0",
215-
"pdbp==1.5.0",
215+
"pdbp==1.5.1",
216216
'colorama==0.4.6',
217217
'pyotp==2.9.0',
218218
'python-xlib==0.33;platform_system=="Linux"',

0 commit comments

Comments
 (0)