From 022be96900ac90807c1d56e474f7cbfb1e557c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 17:52:39 +0100 Subject: [PATCH] Bump docker from 4.4.2 to 4.4.3 in /.github/workflows/requirements (#369) --- .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 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: