Skip to content

Commit a8b640e

Browse files
committed
Refresh Python dependencies
1 parent 849b595 commit a8b640e

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
@@ -22,7 +22,7 @@ pyyaml>=6.0.2
2222
pygments>=2.18.0
2323
pyreadline3>=3.5.3;platform_system=="Windows"
2424
tabcompleter>=1.4.0
25-
pdbp>=1.6.0
25+
pdbp>=1.6.1
2626
idna==3.10
2727
chardet==5.2.0
2828
charset-normalizer==3.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
'pygments>=2.18.0',
172172
'pyreadline3>=3.5.3;platform_system=="Windows"',
173173
"tabcompleter>=1.4.0",
174-
"pdbp>=1.6.0",
174+
"pdbp>=1.6.1",
175175
"idna==3.10",
176176
'chardet==5.2.0',
177177
'charset-normalizer==3.4.0',

0 commit comments

Comments
 (0)