From a1b0e0803a894ec4da5a086d194f6f61992e3b57 Mon Sep 17 00:00:00 2001 From: Alexandre L Date: Wed, 19 Jul 2023 10:44:30 +0200 Subject: [PATCH] bump: Relax PyYAML dependency due to https://github.com/yaml/pyyaml/issues/601 (#276) Relax PyYAML dependency due to https://github.com/yaml/pyyaml/issues/601 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b4af24ba..a2630036a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "click-help-colors==0.9.1", "cvprac~=1.3", "pydantic~=2.0", - "PyYAML==6.0", + "PyYAML~=6.0", "requests>=2.27", "rich~=13.4", "asyncssh==2.13.1",