Skip to content

Commit c6c955f

Browse files
committed
Refresh Python dependencies
1 parent 137232f commit c6c955f

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
@@ -33,7 +33,7 @@ pyyaml>=6.0.3
3333
pygments>=2.19.2
3434
pyreadline3>=3.5.4;platform_system=="Windows"
3535
tabcompleter>=1.4.0
36-
pdbp>=1.8.0
36+
pdbp>=1.8.1
3737
idna>=3.11
3838
chardet==5.2.0
3939
charset-normalizer>=3.4.4,<4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
'pygments>=2.19.2',
183183
'pyreadline3>=3.5.4;platform_system=="Windows"',
184184
"tabcompleter>=1.4.0",
185-
"pdbp>=1.8.0",
185+
"pdbp>=1.8.1",
186186
"idna>=3.11",
187187
'chardet==5.2.0',
188188
'charset-normalizer>=3.4.4,<4',

0 commit comments

Comments
 (0)