From b782ef6b19d5d91de711caad2c9119026a47fdea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 02:11:26 +0000 Subject: [PATCH] chore(deps): Update dependency community.crypto to v3 --- .github/workflows/requirements/requirements_collections.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index 647c020f..a19037a6 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -5,6 +5,6 @@ collections: - name: community.general version: 11.0.0 - name: community.crypto - version: 2.26.3 + version: 3.0.0 - name: community.docker version: 4.6.1 diff --git a/README.md b/README.md index 9cb6f088..f21ecd8f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: community.general version: 11.0.0 - name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario - version: 2.26.3 + version: 3.0.0 - name: community.docker # Only required if you plan to use Molecule version: 4.6.1 ```