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 137232f commit c6c955fCopy full SHA for c6c955f
requirements.txt
@@ -33,7 +33,7 @@ pyyaml>=6.0.3
33
pygments>=2.19.2
34
pyreadline3>=3.5.4;platform_system=="Windows"
35
tabcompleter>=1.4.0
36
-pdbp>=1.8.0
+pdbp>=1.8.1
37
idna>=3.11
38
chardet==5.2.0
39
charset-normalizer>=3.4.4,<4
setup.py
@@ -182,7 +182,7 @@
182
'pygments>=2.19.2',
183
'pyreadline3>=3.5.4;platform_system=="Windows"',
184
"tabcompleter>=1.4.0",
185
- "pdbp>=1.8.0",
+ "pdbp>=1.8.1",
186
"idna>=3.11",
187
'chardet==5.2.0',
188
'charset-normalizer>=3.4.4,<4',
0 commit comments