From 5aaca5a9b9f496010708ee0efa0f766a3377e6ef Mon Sep 17 00:00:00 2001 From: NathanKerr1225 <152437948+NathanKerr1225@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:52:54 -0500 Subject: [PATCH] pyyaml > 5.4.1? --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35253a0..504ac9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rcds = "rcds.cli:cli" [tool.poetry.dependencies] python = ">=3.7,<4.0" -pyyaml = "<5.3.1" +pyyaml = ">=5.4.1" pathspec = "^0.9.0" docker = "^4.3.1" jsonschema = "^3.2.0"