From 9dd136d03d4e9c3e4ba119ff43389a1819fa07fd Mon Sep 17 00:00:00 2001 From: shawalli Date: Thu, 21 Jan 2021 12:02:01 -0500 Subject: [PATCH] update pyyaml dependency to 5.4 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2e77fcf4..71aa0989 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = cfgv>=2.0.0 identify>=1.0.0 nodeenv>=0.11.1 - pyyaml>=5.1 + pyyaml>=5.4 toml virtualenv>=20.0.8 importlib-metadata;python_version<"3.8"