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 7a231cf commit 4c9db8a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Semantic Release
on:
push:
branches:
- main
- main

jobs:
semanticrelease:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- ubuntu22
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python 3
uses: actions/setup-python@v4
Expand All @@ -37,4 +37,3 @@ jobs:
molecule test
env:
MOLECULE_DISTRO: ${{ matrix.distro }}

11 changes: 8 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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]
## 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 4c9db8a

Please sign in to comment.