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 committed Jul 19, 2023
1 parent ed4e12e commit 761cbb1
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 761cbb1

Please sign in to comment.