Skip to content

Commit b338f52

Browse files
jremmetBastian-Krause
authored andcommitted
pyproject: use PyYAML 6.0.1
With the release of Cython3 the build of PyYAML 5.4.1 is broken [1]. There seems to be no plan to fix 5.4.x branch [2]. Tox tests and a real world example runs fine with 6.0.1 [1] yaml/pyyaml#724 [2] yaml/pyyaml#728 Signed-off-by: Jan Remmet <j.remmet@phytec.de>
1 parent ba15037 commit b338f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"pytest==7.2.2",
4040
"pyudev==0.22.0",
4141
"pyusb==1.2.1",
42-
"PyYAML==5.4.1",
42+
"PyYAML==6.0.1",
4343
"requests==2.26.0",
4444
"xmodem==0.4.6",
4545
]

0 commit comments

Comments
 (0)