Skip to content

Commit 64fbf0f

Browse files
committed
Refresh Python dependencies
1 parent 8bdbb94 commit 64fbf0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ colorama>=0.4.6
2121
pyyaml>=6.0.2
2222
pygments>=2.18.0
2323
pyreadline3>=3.5.3;platform_system=="Windows"
24-
tabcompleter>=1.3.3
25-
pdbp>=1.5.4
24+
tabcompleter>=1.4.0
25+
pdbp>=1.6.0
2626
idna==3.10
2727
chardet==5.2.0
2828
charset-normalizer==3.4.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@
170170
'pyyaml>=6.0.2',
171171
'pygments>=2.18.0',
172172
'pyreadline3>=3.5.3;platform_system=="Windows"',
173-
"tabcompleter>=1.3.3",
174-
"pdbp>=1.5.4",
173+
"tabcompleter>=1.4.0",
174+
"pdbp>=1.6.0",
175175
"idna==3.10",
176176
'chardet==5.2.0',
177177
'charset-normalizer==3.4.0',

0 commit comments

Comments
 (0)