From f1acd94bb668676e0783c42ab4bc6dcd705b83bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 00:10:24 +0100 Subject: [PATCH] Bump docker from 4.4.3 to 4.4.4 in /.github/workflows/requirements (#372) --- .github/workflows/requirements/requirements_molecule.txt | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 8667b11..f2f44a3 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.3 +docker==4.4.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 23cc34a..a760490 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.5`, Molecule to `3.2.3`, yamllint to `1.26.0` and Docker Python SDK to `4.4.3`. +* Update Ansible base to `2.10.5`, Molecule to `3.2.3`, yamllint to `1.26.0` and Docker Python SDK to `4.4.4`. BUG FIXES: