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 58ba833 commit 24ff7b6
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 @@ -40,7 +40,7 @@ dependencies = [
"pytest>=7.0.0",
"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 24ff7b6

Please sign in to comment.