Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
Bump dependencies on CI
- python version
- ansible version
- molecule version
  • Loading branch information
ltalirz committed Mar 13, 2024
1 parent cd1957d commit 2d82d74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.12"
- uses: pre-commit/action@v3.0.1

readme:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.12"

- name: Install requirements
run: pip install -r requirements.txt
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
with:
path: ${{ env.galaxy-name }}

- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.12"

- name: Upgrade pip
run: |
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# for running tests
molecule~=6.0.2
molecule~=24.2.0
molecule-plugins[docker]~=23.5.3
docker~=6.1.1
ansible~=8.5.0
docker~=7.0.0
ansible~=9.3.0
# for development
pre-commit
# for README generation
Expand Down

0 comments on commit 2d82d74

Please sign in to comment.