Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fadnincx committed Jan 4, 2024
1 parent 4dd6ca3 commit 996a510
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
# At least Ansible 2.12 is needed due to used features like 'argument_specs'
ansible>=2.12

# Required for testing
ansible-lint[yamllint]
# molecule[docker, lint] # This changed since Molecule 5.
molecule-plugins[docker]
molecule-plugins[lint]
## ansible/yaml lint
ansible-lint~=6.22.1
yamllint~=1.33.0

## molecule tests
molecule~=6.0.3
molecule-plugins~=23.5.0
docker~=7.0.0

0 comments on commit 996a510

Please sign in to comment.