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 9ecb529 commit fa34b63Copy full SHA for fa34b63
requirements.txt
@@ -29,7 +29,7 @@ pyyaml>=6.0.2
29
pygments>=2.19.2
30
pyreadline3>=3.5.3;platform_system=="Windows"
31
tabcompleter>=1.4.0
32
-pdbp>=1.7.0
+pdbp>=1.7.1
33
idna==3.10
34
chardet==5.2.0
35
charset-normalizer>=3.4.2,<4
setup.py
@@ -177,7 +177,7 @@
177
'pygments>=2.19.2',
178
'pyreadline3>=3.5.3;platform_system=="Windows"',
179
"tabcompleter>=1.4.0",
180
- "pdbp>=1.7.0",
+ "pdbp>=1.7.1",
181
"idna==3.10",
182
'chardet==5.2.0',
183
'charset-normalizer>=3.4.2,<4',
0 commit comments