Skip to content

Commit

Permalink
pyproject: use PyYAML 6.0.1
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jremmet authored and Bastian-Krause committed Jul 20, 2023
1 parent ba15037 commit b338f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"pytest==7.2.2",
"pyudev==0.22.0",
"pyusb==1.2.1",
"PyYAML==5.4.1",
"PyYAML==6.0.1",
"requests==2.26.0",
"xmodem==0.4.6",
]
Expand Down

0 comments on commit b338f52

Please sign in to comment.