From 784a02c0e72914207e39c7f67952f6085117f7a7 Mon Sep 17 00:00:00 2001 From: DrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:04:21 -0700 Subject: [PATCH] Fix rga and mapfile validators breaking because the PYYaml author published a broken version (#6230) * Version: 162.2.1 * Fix rga and mapfile validators breaking because the PYYaml author published a broken version * Revert "Version: 162.2.1" This reverts commit 9b7f4d48cf9171edcb3074453efbba706068d843. --- Schemas/mapfile_requirements.txt | 2 +- Schemas/rga_requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Schemas/mapfile_requirements.txt b/Schemas/mapfile_requirements.txt index 4818cc541..aa4d4d066 100644 --- a/Schemas/mapfile_requirements.txt +++ b/Schemas/mapfile_requirements.txt @@ -1 +1 @@ -pyyaml \ No newline at end of file +pyyaml==6.0.2 diff --git a/Schemas/rga_requirements.txt b/Schemas/rga_requirements.txt index 3feabebde..af6467bc9 100644 --- a/Schemas/rga_requirements.txt +++ b/Schemas/rga_requirements.txt @@ -1 +1,2 @@ -validators \ No newline at end of file +validators +pyyaml==6.0.2