From 06cffbd94684ec4250e305635c0e8450a2454671 Mon Sep 17 00:00:00 2001 From: "naoki-bot[bot]" <117869532+naoki-bot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:21:48 +0000 Subject: [PATCH] chore(deps): update ansible.utils to 5.1.0 (#2044) Co-authored-by: naoki-bot[bot] <117869532+naoki-bot[bot]@users.noreply.github.com> --- requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yaml b/requirements.yaml index a01b51746..584d2bdef 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -3,7 +3,7 @@ collections: - name: ansible.posix version: 1.5.4 - name: ansible.utils - version: 5.0.0 + version: 5.1.0 - name: community.general version: 9.3.0 - name: kubernetes.core