dependencies: bump pyyaml version to 6.0.1 (enables wheel building in a CPython3.11.2 virtualenv, https://github.com/yaml/pyyaml/issues/601)

This commit is contained in:
Chris Tactic 2023-09-28 12:29:57 +02:00
parent e690953b82
commit c40118978b

View File

@ -17,5 +17,5 @@ dateutils~=0.6
mutagen~=1.45
Pillow~=9.0
psutil~=5.9
PyYAML==5.4
PyYAML==6.0.1
watchdog~=2.1