From 060cbbe7a78a69d537b2c5a823b3575f9fd77066 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Thu, 20 Jul 2023 11:57:15 -0400 Subject: [PATCH] chore: update PyYAML The older version seems to be causing errors in builds downstream for plugins and deployments after the recent 6.0.1 release. Signed-off-by: Daniel Bluhm --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27c5f028cb..4be4b73b0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pynacl~=1.5.0 python-dateutil~=2.8.1 python-json-logger~=2.0.7 pytz~=2021.1 -pyyaml~=5.4.0 +pyyaml~=6.0.1 requests~=2.25.0 rlp==1.2.0 unflatten~=0.1