From 205ff5cbcc77bfe5ad877f33ab433c2bb56f911d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:25:45 +0000 Subject: [PATCH] chore(deps): update dependency ansible/ansible-lint to v6.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34faddec..40f4d952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.0.1" [project.optional-dependencies] ansible = [ "ansible==8.3.0", - "ansible-lint==6.18.0", + "ansible-lint==6.19.0", "dnspython==2.4.2", "netaddr==0.8.0", "cryptography==41.0.3",