We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849b595 commit a8b640eCopy full SHA for a8b640e
requirements.txt
@@ -22,7 +22,7 @@ pyyaml>=6.0.2
22
pygments>=2.18.0
23
pyreadline3>=3.5.3;platform_system=="Windows"
24
tabcompleter>=1.4.0
25
-pdbp>=1.6.0
+pdbp>=1.6.1
26
idna==3.10
27
chardet==5.2.0
28
charset-normalizer==3.4.0
setup.py
@@ -171,7 +171,7 @@
171
'pygments>=2.18.0',
172
'pyreadline3>=3.5.3;platform_system=="Windows"',
173
"tabcompleter>=1.4.0",
174
- "pdbp>=1.6.0",
+ "pdbp>=1.6.1",
175
"idna==3.10",
176
'chardet==5.2.0',
177
'charset-normalizer==3.4.0',
0 commit comments