Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 9bf640e commit 9506977
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: check-symlinks
- id: fix-byte-order-marker
- repo: https://github.com/sbrunner/hooks
rev: 1.1.1
rev: 1.1.2
hooks:
- id: copyright
- id: workflows-require-timeout
Expand Down Expand Up @@ -88,7 +88,7 @@ repos:
- id: check-github-workflows
- id: check-renovate
additional_dependencies:
- pyjson5==1.6.6 # pypi
- pyjson5==1.6.7 # pypi
- id: check-github-actions
- id: check-jsonschema
name: Check GitHub Workflows set timeout-minutes
Expand Down Expand Up @@ -155,7 +155,7 @@ repos:
|geoportal/c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/__init__\.py
)$
- repo: https://github.com/PyCQA/prospector
rev: v1.12.0
rev: v1.12.1
hooks:
- id: prospector
args:
Expand All @@ -164,13 +164,13 @@ repos:
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.6.0 # pypi
- prospector-profile-utils==1.8.0 # pypi
- prospector-profile-utils==1.9.1 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.111.0
rev: 38.118.0
hooks:
- id: renovate-config-validator

0 comments on commit 9506977

Please sign in to comment.