Skip to content

Commit a75834d

Browse files
Update all dependencies (non-major versions)
1 parent c3ce285 commit a75834d

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
- uses: actions/setup-python@v5
4141
with:
4242
# renovate: datasource=docker depName=python
43-
python-version: "3.12"
43+
python-version: "3.14"
4444

4545
- name: Setup Terraform
4646
uses: hashicorp/setup-terraform@v3
4747
with:
4848
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
49-
terraform_version: "1.8.2"
49+
terraform_version: "1.13.3"
5050
terraform_wrapper: false
5151

5252
- uses: pre-commit/[email protected]

.github/workflows/reusable-terraform-module-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/setup-python@v5
3535
with:
36-
python-version: "3.12"
36+
python-version: "3.14"
3737
- uses: actions/checkout@v4
3838
with:
3939
# so we can checkout any reference or relative
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/setup-python@v5
7070
with:
71-
python-version: "3.12"
71+
python-version: "3.14"
7272
- uses: actions/checkout@v4
7373
with:
7474
ref: ${{ inputs.compare_to }}

.github/workflows/test-args.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.12"
20+
python-version: "3.14"
2121
- uses: actions/checkout@v4
2222
- name: Send Metric
2323
run: |

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_stages: [commit]
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-shebang-scripts-are-executable
88
name: check-shebang-scripts-are-executable
@@ -23,28 +23,28 @@ repos:
2323
name: editorconfig
2424

2525
- repo: https://github.com/antonbabenko/pre-commit-terraform
26-
rev: v1.89.1
26+
rev: v1.102.0
2727
hooks:
2828
- id: terraform_fmt
2929

3030
- repo: https://github.com/koalaman/shellcheck-precommit
31-
rev: v0.10.0
31+
rev: v0.11.0
3232
hooks:
3333
- id: shellcheck
3434

3535
- repo: https://github.com/rhysd/actionlint
36-
rev: v1.7.0
36+
rev: v1.7.8
3737
hooks:
3838
- id: actionlint-docker
3939

4040
- repo: https://github.com/PyCQA/bandit
41-
rev: 1.7.8
41+
rev: 1.8.6
4242
hooks:
4343
- id: bandit
4444
name: bandit
4545

4646
- repo: https://github.com/PyCQA/pylint
47-
rev: v3.1.0
47+
rev: v3.3.9
4848
hooks:
4949
- id: pylint
5050
name: pylint
@@ -56,7 +56,7 @@ repos:
5656
name: isort
5757

5858
- repo: https://github.com/PyCQA/flake8
59-
rev: 7.0.0
59+
rev: 7.3.0
6060
hooks:
6161
- id: flake8
6262
name: flake8
@@ -68,27 +68,27 @@ repos:
6868
name: prettier
6969

7070
- repo: https://github.com/adrienverge/yamllint
71-
rev: v1.35.1
71+
rev: v1.37.1
7272
hooks:
7373
- id: yamllint
7474
name: yamllint
7575
args: ["--strict"]
7676

7777
- repo: https://github.com/DavidAnson/markdownlint-cli2
78-
rev: v0.13.0
78+
rev: v0.18.1
7979
hooks:
8080
- id: markdownlint-cli2
8181
alias: markdownlint
8282
name: markdownlint
8383

8484
- repo: https://github.com/codespell-project/codespell
85-
rev: v2.2.6
85+
rev: v2.4.1
8686
hooks:
8787
- id: codespell
8888
name: codespell
8989

9090
- repo: https://github.com/python-jsonschema/check-jsonschema
91-
rev: 0.28.3
91+
rev: 0.34.1
9292
hooks:
9393
- id: check-github-workflows
9494
name: check-github-workflows

0 commit comments

Comments
 (0)