From 10e5834e8ceda8066fbe44fa010172976fd6a4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20W=C3=BCrsten?= Date: Tue, 6 Feb 2024 13:56:15 +0100 Subject: [PATCH] chore: update yamllint requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df4237f..7e29137 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ ansible>=2.12 ## ansible/yaml lint ansible-lint~=6.22.2 -yamllint~=1.33.0 +yamllint~=1.34.0 ## molecule tests molecule~=6.0.3