Skip to content

Commit 8906fc1

Browse files
committed
Bump ansible-lint python requirements
1 parent 77ea637 commit 8906fc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stackhpc-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
matrix:
7070
include:
7171
# NOTE(upgrade): Keep these in sync with Kayobe's supported Ansible and Python versions (see release notes).
72-
- ansible: "2.16"
72+
- ansible: "2.17"
7373
python: "3.12"
74-
- ansible: "2.15"
74+
- ansible: "2.16"
7575
python: "3.10"
7676
name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
7777
if: github.repository == 'stackhpc/stackhpc-kayobe-config'

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/2024.1
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/master
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)