From 6ae33a5e42ed88337d01dab8948969d60fee8634 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 31 Jan 2024 19:59:22 +0100 Subject: [PATCH] switch to strictyaml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bbb835..ce1ef18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ 'pydantic==2.5.3', 'pydantic-extra-types==2.4.1', 'typing_extensions==4.9.0', - 'ruamel.yaml==0.18.5', + 'strictyaml==1.7.3', 'email-validator==2.1.0.post1', 'typer[all]==0.9.0', 'rich==13.7.0',