Skip to content

Commit

Permalink
fix: pin requests package
Browse files Browse the repository at this point in the history
A new version of the `requests` library breaks molecule's docker plugin,
which causes continuous integration tests to fail [1].

[1] ansible-community/molecule-plugins#256
  • Loading branch information
ltalirz committed Sep 14, 2024
1 parent ca2f586 commit 06cdf66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# for running tests
molecule~=24.2.1
molecule-plugins[docker]~=23.5.3
requests==2.30.0
docker~=7.0.0
ansible~=9.5.1
# for development
Expand Down

0 comments on commit 06cdf66

Please sign in to comment.