File tree Expand file tree Collapse file tree 5 files changed +170
-305
lines changed Expand file tree Collapse file tree 5 files changed +170
-305
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# Changes here will be overwritten by Copier
3
- _commit : v2.56 .0
3
+ _commit : v2.60 .0
4
4
_src_path : gh:remerge/template
5
5
project_id : ansible-role-nomad
6
6
project_license : apache-2.0
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
steps :
28
28
- name : Checkout repository
29
29
# https://github.com/actions/checkout/releases
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Setup SSH agent
33
33
# https://github.com/webfactory/ssh-agent/releases
34
- uses : webfactory/ssh-agent@v0.9.0
34
+ uses : webfactory/ssh-agent@v0.9.1
35
35
with :
36
36
ssh-private-key : " ${{ secrets.DEPLOY_USER_SSH_KEY }}"
37
37
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ default_install_hook_types:
10
10
repos :
11
11
# https://github.com/pre-commit/pre-commit-hooks/tags
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : " v5 .0.0"
13
+ rev : " v6 .0.0"
14
14
hooks :
15
15
- id : check-added-large-files
16
16
- id : check-case-conflict
61
61
62
62
# https://github.com/koalaman/shellcheck-precommit/tags
63
63
- repo : https://github.com/koalaman/shellcheck-precommit
64
- rev : " v0.10 .0"
64
+ rev : " v0.11 .0"
65
65
hooks :
66
66
- id : shellcheck
67
67
name : shellcheck
75
75
76
76
# https://github.com/bridgecrewio/checkov/tags
77
77
- repo : https://github.com/bridgecrewio/checkov
78
- rev : " 3.2.447 "
78
+ rev : " 3.2.461 "
79
79
hooks :
80
80
- id : checkov
81
81
name : checkov
96
96
97
97
# https://github.com/ansible/ansible-lint/tags
98
98
- repo : https://github.com/ansible/ansible-lint
99
- rev : " v25.6 .1"
99
+ rev : " v25.8 .1"
100
100
hooks :
101
101
- id : ansible-lint
102
102
name : ansible-lint
@@ -119,7 +119,7 @@ repos:
119
119
120
120
# https://github.com/astral-sh/ruff-pre-commit/tags
121
121
- repo : https://github.com/astral-sh/ruff-pre-commit
122
- rev : v0.12.2
122
+ rev : v0.12.9
123
123
hooks :
124
124
- id : ruff-check
125
125
- id : ruff-format
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ name = "ansible-role-nomad"
3
3
version = " 0.0.0"
4
4
description = " Ansible Role for Nomad"
5
5
authors = [{ name = " Remerge GmbH" , email = " core@remerge.io" }]
6
- requires-python = " >=3.11 ,<3.14"
6
+ requires-python = " >=3.13 ,<3.14"
7
7
readme = " README.md"
8
8
dependencies = [
9
9
]
10
10
11
11
[dependency-groups ]
12
12
dev = [
13
- " ruff>=0.12.2,<0.13 " ,
14
- " ansible-lint>=25.6.1,<26 ; platform_system != 'Windows'" ,
15
- " ansible-dev-tools>=25.5.2,<26 " ,
13
+ " ruff" ,
14
+ " ansible-lint ; platform_system != 'Windows'" ,
15
+ " ansible-dev-tools" ,
16
16
]
17
17
test = [
18
- " pytest>=8.4.1,<9 " ,
18
+ " pytest" ,
19
19
]
20
20
21
21
[tool .uv ]
You can’t perform that action at this time.
0 commit comments