Skip to content

Commit

Permalink
Hardcode version of requests Python module
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed May 29, 2024
1 parent 3e511c8 commit 1f552b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/requirements/requirements_molecule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1f552b9

Please sign in to comment.