From 4888fc693d1179ac36b1b2e18b2bd5fec33db8c8 Mon Sep 17 00:00:00 2001 From: Tom Ward Date: Fri, 27 Sep 2024 15:33:09 +0100 Subject: [PATCH] Upgrade to pyyaml 6.0.1 * hoping this will fix the compiling from source issue that was preventing @Providence-o from installing pyyaml locally on Apple Silicon * https://github.com/yaml/pyyaml/issues/736 --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 9b9b2d18..2fecb4e0 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -102,7 +102,7 @@ pytest-responses==0.5.0 # via -r requirements.dev.in python-dateutil==2.8.2 # via freezegun -pyyaml==6.0 +pyyaml==6.0.1 # via pre-commit requests==2.25.0 # via