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 92a9768 commit 226da5eCopy full SHA for 226da5e
requirements.txt
@@ -25,7 +25,7 @@ six>=1.17.0
25
parse>=1.20.2
26
parse-type>=0.6.6
27
colorama>=0.4.6
28
-pyyaml>=6.0.2
+pyyaml>=6.0.3
29
pygments>=2.19.2
30
pyreadline3>=3.5.3;platform_system=="Windows"
31
tabcompleter>=1.4.0
setup.py
@@ -173,7 +173,7 @@
173
'parse>=1.20.2',
174
'parse-type>=0.6.6',
175
'colorama>=0.4.6',
176
- 'pyyaml>=6.0.2',
+ 'pyyaml>=6.0.3',
177
'pygments>=2.19.2',
178
'pyreadline3>=3.5.3;platform_system=="Windows"',
179
"tabcompleter>=1.4.0",
0 commit comments