diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 82caac0..8667b11 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -2,4 +2,4 @@ ansible-base==2.10.6 ansible-lint==4.3.7 yamllint==1.26.0 molecule[docker]==3.2.3 -docker==4.4.2 +docker==4.4.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0892a26..23cc34a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ ENHANCEMENTS: * Specify GitHub actions Ubuntu release. * Minor GitHub template tweaks, including the creation of a SECURITY doc. * Update list of supported platforms. -* Update Ansible base to `2.10.6`, Molecule to `3.2.3`, yamllint to `1.26.0` and Docker Python SDK to `4.4.2`. +* Update Ansible base to `2.10.5`, Molecule to `3.2.3`, yamllint to `1.26.0` and Docker Python SDK to `4.4.3`. BUG FIXES: