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 Dec 6, 2024
1 parent 1538352 commit a57bed2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.3.3 # npm
- prettier@3.4.2 # npm
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand Down Expand Up @@ -50,7 +50,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-jsonschema
Expand All @@ -77,9 +77,9 @@ repos:
- --die-on-tool-error
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.8.0 # pypi
- prospector-profile-utils==1.11.1 # pypi
- ruff==0.7.4 # pypi
- prospector-profile-duplicated==1.9.0 # pypi
- prospector-profile-utils==1.14.1 # pypi
- ruff==0.8.2 # pypi
- repo: https://github.com/camptocamp/jsonschema-gentypes
rev: 2.8.1
hooks:
Expand Down Expand Up @@ -155,7 +155,7 @@ repos:
- github_app_geo_project/module/clean/schema.json
- CLEAN-CONFIG.md
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
rev: 0.3.2
hooks:
- id: jsonschema-validator
files: |-
Expand Down Expand Up @@ -184,14 +184,14 @@ repos:
- --ignore-acronyms
- --en-us
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.31.4
rev: 39.52.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.2
hooks:
- id: ruff-format
- repo: https://github.com/sbrunner/python-versions-hook
rev: 0.7.0
rev: 0.8.0
hooks:
- id: python-versions
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerabil
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
tag-publish==0.9.2
tag-publish==0.13.3

0 comments on commit a57bed2

Please sign in to comment.