diff --git a/pyproject.toml b/pyproject.toml index 42d60f1d..bf30146a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pydantic>=2.5.0", "requests>=2.26.0", "rich>=9.6.1", - "ruamel-yaml>=0.16.13,!=0.18.13,!=0.18.14,!=0.18.15,!=0.18.16,!=0.18.17", + "ruamel-yaml>=0.16.13,!=0.18.13,!=0.18.14,!=0.18.15,!=0.18.16,!=0.18.17,!=0.19.0,!=0.19.1", "tomlkit>=0.13.3", "typer>=0.12.4", "typing-extensions>=3.10.0.0",