diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 43f09876a..0078df1c1 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -4,3 +4,4 @@ ansible-compat==4.1.11 molecule==24.2.1 molecule-plugins[docker]==23.5.3 docker==7.0.0 +requests==2.32.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e3b68e2..f0cc82a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ CI/CD: - Update the RHEL based tests to use the latest UBI release. - Use the local role name (`ansible-role-nginx`) instead of the fully qualified role name (`nginxinc.nginx`) in Molecule to ensure tests always work as intended in environments where the role has been already installed beforehand. - Implement F5 CLA signatures. +- Hardcode version of Python requests module given its propensity to break the Docker Python SDK. ## 0.24.2 (October 3rd, 2023)