From 9519cebe69f7482e4a87fcfa9f05406bb660fe39 Mon Sep 17 00:00:00 2001
From: "Paul A. Jungwirth" <pj@illuminatedcomputing.com>
Date: Wed, 11 Feb 2026 13:59:26 -0800
Subject: [PATCH v1 2/3] Upgrade PyYAML to 6.0.3

Previously we were using 3.13, released in 2018. This no longer builds
on Debian 13 (using python3.9).
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 64461086..6faba9be 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,6 +9,6 @@ pycodestyle==2.4.0
 pynliner==0.8.0
 Babel==2.6.0
 bleach==3.1.4
-PyYAML==3.13
+PyYAML==6.0.3
 zstandard==0.23.0
 rpmfile==2.1.0
-- 
2.47.3

