Skip to content

Commit 226da5e

Browse files
committed
Refresh Python dependencies
1 parent 92a9768 commit 226da5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ six>=1.17.0
2525
parse>=1.20.2
2626
parse-type>=0.6.6
2727
colorama>=0.4.6
28-
pyyaml>=6.0.2
28+
pyyaml>=6.0.3
2929
pygments>=2.19.2
3030
pyreadline3>=3.5.3;platform_system=="Windows"
3131
tabcompleter>=1.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
'parse>=1.20.2',
174174
'parse-type>=0.6.6',
175175
'colorama>=0.4.6',
176-
'pyyaml>=6.0.2',
176+
'pyyaml>=6.0.3',
177177
'pygments>=2.19.2',
178178
'pyreadline3>=3.5.3;platform_system=="Windows"',
179179
"tabcompleter>=1.4.0",

0 commit comments

Comments
 (0)