Skip to content

Commit 1b45b88

Browse files
Update all dependencies (non-major versions)
1 parent 74e6385 commit 1b45b88

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.12.4"
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.9.3"
5050
terraform_wrapper: false
5151

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

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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,7 +23,7 @@ repos:
2323
name: editorconfig
2424

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

@@ -33,18 +33,18 @@ repos:
3333
- id: shellcheck
3434

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

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

4646
- repo: https://github.com/PyCQA/pylint
47-
rev: v3.1.0
47+
rev: v3.2.6
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.1.0
6060
hooks:
6161
- id: flake8
6262
name: flake8
@@ -82,13 +82,13 @@ repos:
8282
name: markdownlint
8383

8484
- repo: https://github.com/codespell-project/codespell
85-
rev: v2.2.6
85+
rev: v2.3.0
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.29.1
9292
hooks:
9393
- id: check-github-workflows
9494
name: check-github-workflows

0 commit comments

Comments
 (0)