Skip to content

Commit

Permalink
Hardcode Requests package version (#86)
Browse files Browse the repository at this point in the history
* 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
martinfanning1 and Martin Fanning authored May 21, 2024
1 parent 91ec181 commit 32e0a26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ ansible-lint
yamllint
passlib
jmespath
requests==2.31.0
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: spm_middleware

# The version of the collection. Must be compatible with semantic versioning
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
version: 1.6.0
version: 1.6.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ docker
ansible-lint
yamllint
passlib
jmespath
jmespath
requests==2.31.0

0 comments on commit 32e0a26

Please sign in to comment.