Skip to content

Commit ef663f9

Browse files
Update CI dependencies
1 parent 2453338 commit ef663f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ repos:
1313
- id: trailing-whitespace
1414
- id: mixed-line-ending
1515
- repo: https://github.com/sbrunner/hooks
16-
rev: 1.1.0
16+
rev: 1.1.2
1717
hooks:
1818
- id: copyright
1919
- id: workflows-require-timeout
2020
- id: poetry-check
2121
additional_dependencies:
22-
- poetry==1.8.3 # pypi
22+
- poetry==1.8.4 # pypi
2323
- id: poetry-lock
2424
additional_dependencies:
25-
- poetry==1.8.3 # pypi
25+
- poetry==1.8.4 # pypi
2626
- repo: https://github.com/codespell-project/codespell
2727
rev: v2.3.0
2828
hooks:
@@ -46,12 +46,12 @@ repos:
4646
hooks:
4747
- id: git-check
4848
- repo: https://github.com/python-jsonschema/check-jsonschema
49-
rev: 0.29.3
49+
rev: 0.29.4
5050
hooks:
5151
- id: check-github-workflows
5252
- id: check-renovate
5353
additional_dependencies:
54-
- pyjson5==1.6.6 # pypi
54+
- pyjson5==1.6.7 # pypi
5555
- id: check-github-actions
5656
- id: check-jsonschema
5757
name: Check GitHub Workflows set timeout-minutes
@@ -102,6 +102,6 @@ repos:
102102
ci/config\.yaml
103103
)$
104104
- repo: https://github.com/renovatebot/pre-commit-hooks
105-
rev: 38.106.3
105+
rev: 38.106.4
106106
hooks:
107107
- id: renovate-config-validator

0 commit comments

Comments
 (0)