Skip to content

Commit cf68118

Browse files
committed
Update template
1 parent 64ed165 commit cf68118

File tree

5 files changed

+170
-305
lines changed

5 files changed

+170
-305
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Changes here will be overwritten by Copier
3-
_commit: v2.56.0
3+
_commit: v2.60.0
44
_src_path: gh:remerge/template
55
project_id: ansible-role-nomad
66
project_license: apache-2.0

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
# https://github.com/actions/checkout/releases
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Setup SSH agent
3333
# https://github.com/webfactory/ssh-agent/releases
34-
uses: webfactory/ssh-agent@v0.9.0
34+
uses: webfactory/ssh-agent@v0.9.1
3535
with:
3636
ssh-private-key: "${{ secrets.DEPLOY_USER_SSH_KEY }}"
3737

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ default_install_hook_types:
1010
repos:
1111
# https://github.com/pre-commit/pre-commit-hooks/tags
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: "v5.0.0"
13+
rev: "v6.0.0"
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-case-conflict
@@ -61,7 +61,7 @@ repos:
6161

6262
# https://github.com/koalaman/shellcheck-precommit/tags
6363
- repo: https://github.com/koalaman/shellcheck-precommit
64-
rev: "v0.10.0"
64+
rev: "v0.11.0"
6565
hooks:
6666
- id: shellcheck
6767
name: shellcheck
@@ -75,7 +75,7 @@ repos:
7575

7676
# https://github.com/bridgecrewio/checkov/tags
7777
- repo: https://github.com/bridgecrewio/checkov
78-
rev: "3.2.447"
78+
rev: "3.2.461"
7979
hooks:
8080
- id: checkov
8181
name: checkov
@@ -96,7 +96,7 @@ repos:
9696

9797
# https://github.com/ansible/ansible-lint/tags
9898
- repo: https://github.com/ansible/ansible-lint
99-
rev: "v25.6.1"
99+
rev: "v25.8.1"
100100
hooks:
101101
- id: ansible-lint
102102
name: ansible-lint
@@ -119,7 +119,7 @@ repos:
119119

120120
# https://github.com/astral-sh/ruff-pre-commit/tags
121121
- repo: https://github.com/astral-sh/ruff-pre-commit
122-
rev: v0.12.2
122+
rev: v0.12.9
123123
hooks:
124124
- id: ruff-check
125125
- id: ruff-format

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ name = "ansible-role-nomad"
33
version = "0.0.0"
44
description = "Ansible Role for Nomad"
55
authors = [{ name = "Remerge GmbH", email = "core@remerge.io" }]
6-
requires-python = ">=3.11,<3.14"
6+
requires-python = ">=3.13,<3.14"
77
readme = "README.md"
88
dependencies = [
99
]
1010

1111
[dependency-groups]
1212
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",
1616
]
1717
test = [
18-
"pytest>=8.4.1,<9",
18+
"pytest",
1919
]
2020

2121
[tool.uv]

0 commit comments

Comments
 (0)