ci: Bump PyYAML to 6.0.1

Fixes an issue I am seeing on Fedora 39. For more details
about the upstream fix see https://github.com/yaml/pyyaml/pull/702

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25878>
This commit is contained in:
Christian Gmeiner
2023-10-25 10:35:47 +02:00
parent d52c39a6cd
commit a53a394d30

View File

@@ -4,6 +4,6 @@ filecache==0.81
gql==3.4.0
python-dateutil==2.8.2
python-gitlab==3.5.0
PyYAML==6.0
PyYAML==6.0.1
ruamel.yaml.clib==0.2.7
ruamel.yaml==0.17.21