summaryrefslogtreecommitdiff
path: root/bin/ci
diff options
context:
space:
mode:
authorChristian Gmeiner <cgmeiner@igalia.com>2023-10-25 10:35:47 +0200
committerChristian Gmeiner <cgmeiner@igalia.com>2023-10-25 10:35:47 +0200
commita53a394d30b7290a9f455ee430acb15c12cba1a0 (patch)
tree3ec9b3428c3a83f0fdc38b8bcac84d3984b2ae69 /bin/ci
parentd52c39a6cd95d5999ddb65d25ba47c50ead77598 (diff)
downloadmesa-a53a394d30b7290a9f455ee430acb15c12cba1a0.tar.gz
mesa-a53a394d30b7290a9f455ee430acb15c12cba1a0.tar.bz2
mesa-a53a394d30b7290a9f455ee430acb15c12cba1a0.zip
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>
Diffstat (limited to 'bin/ci')
-rw-r--r--bin/ci/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ci/requirements.txt b/bin/ci/requirements.txt
index 6015acd56e8..e329e510617 100644
--- a/bin/ci/requirements.txt
+++ b/bin/ci/requirements.txt
@@ -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