Skip to content

Commit 6872745

Browse files
authored
Merge pull request #1237 from jremmet/pyyaml-6.0.1
pyproject: use PyYAML 6.0.1
2 parents dacfe5f + 24ff7b6 commit 6872745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"pytest>=7.0.0",
4141
"pyudev>=0.22.0",
4242
"pyusb>=1.2.1",
43-
"PyYAML>=5.4.1",
43+
"PyYAML>=6.0.1",
4444
"requests>=2.26.0",
4545
"xmodem>=0.4.6",
4646
]

0 commit comments

Comments
 (0)