-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardcode Requests package version (#86)
* Hardcode Requests package version Hardcode Requests package version This is due to the recent update to this package which breaks running the molecule tests. See psf/requests#6707 * Update galaxy.yml Update galaxy.yml --------- Co-authored-by: Martin Fanning <[email protected]>
- Loading branch information
1 parent
91ec181
commit 32e0a26
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ ansible-lint | |
yamllint | ||
passlib | ||
jmespath | ||
requests==2.31.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ docker | |
ansible-lint | ||
yamllint | ||
passlib | ||
jmespath | ||
jmespath | ||
requests==2.31.0 |