From 5bbd69b3a9c674f98058f3baa06fbaf7e35f5fe2 Mon Sep 17 00:00:00 2001 From: Derek Brown Date: Wed, 13 Jul 2022 10:11:11 -0700 Subject: [PATCH] chore: update yamllint version Signed-off-by: Derek Brown --- ct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct.sh b/ct.sh index 3ad0d9b..3ed9b5c 100755 --- a/ct.sh +++ b/ct.sh @@ -76,7 +76,7 @@ install_chart_testing() { source "$venv_dir/bin/activate" echo 'Installing yamllint...' - pip3 install yamllint==1.25.0 + pip3 install yamllint==1.27.1 echo 'Installing Yamale...' pip3 install yamale==3.0.4