Skip to content

Commit

Permalink
Update CI dependencies (#562)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 391d330 commit d03a36c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.3.3 # npm
- prettier@3.4.2 # npm
- [email protected] # npm
- [email protected] # npm
- '@prettier/[email protected]' # npm
Expand All @@ -46,7 +46,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -66,7 +66,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
exclude: README\.md
Expand All @@ -79,29 +79,29 @@ repos:
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args:
- --py39-plus
- repo: https://github.com/PyCQA/prospector
rev: v1.10.3
rev: v1.13.3
hooks:
- id: prospector
args:
- --tool=pydocstyle
- --die-on-tool-error
additional_dependencies:
- prospector-profile-duplicated==1.5.0 # pypi
- prospector-profile-duplicated==1.10.0 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
rev: 0.3.2
hooks:
- id: jsonschema-validator
files: |-
(?x)^(
ci/config\.yaml
)$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.106.4
rev: 38.142.7
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.23/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.1/c2cciutils/schema.json

{}
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c2cciutils[checks,publish]==1.6.23
c2cciutils[checks,publish]==1.7.1
poetry==1.8.5
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.4.1
Expand Down

0 comments on commit d03a36c

Please sign in to comment.