Skip to content

Commit 0a9ca78

Browse files
authored
Hardcode version of requests Python module (#717)
1 parent f902992 commit 0a9ca78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/requirements/requirements_molecule.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ ansible-compat==24.6.0
44
molecule==24.2.1
55
molecule-plugins[docker]==23.5.3
66
docker==7.1.0
7+
requests==2.32.3

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CI/CD:
2626
- Update the RHEL based tests to use the latest UBI release.
2727
- 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.
2828
- Implement F5 CLA signatures.
29+
- Hardcode version of Python requests module given its propensity to break the Docker Python SDK.
2930

3031
## 0.24.2 (October 3rd, 2023)
3132

0 commit comments

Comments
 (0)