From 535f302221b8f62313e7609a0e253350a4c47fdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:30:20 +0000 Subject: [PATCH] Update Ansible collection community.sops to v1.9.0 | datasource | package | from | to | | ----------------- | -------------- | ----- | ----- | | galaxy-collection | community.sops | 1.8.2 | 1.9.0 | --- ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 360fe5b..9768c94 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: community.general version: 9.4.0 - name: community.sops - version: 1.8.2 + version: 1.9.0 - name: community.mysql version: 3.10.3 - name: ansible.utils