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 Feb 3, 2025
1 parent 0eae229 commit baa3e92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ repos:
- tilecloud_chain/host-limit-schema.json
- tilecloud_chain/HOST_LIMIT.md
- repo: https://github.com/sbrunner/hooks
rev: 1.1.2
rev: 1.2.1
hooks:
- id: copyright
- id: poetry-lock
additional_dependencies:
- poetry==2.0.1 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
exclude: ^(.*/)?poetry\.lock$
Expand All @@ -92,7 +92,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -112,11 +112,11 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff-format
- repo: https://github.com/PyCQA/prospector
rev: v1.13.3
rev: v1.14.1
hooks:
- id: prospector
args:
Expand All @@ -129,15 +129,15 @@ repos:
)$
additional_dependencies:
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.14.1 # pypi
- ruff==0.8.6 # pypi
- prospector-profile-utils==1.17.0 # pypi
- ruff==0.9.4 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 1.0.0
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.86.3
rev: 39.157.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/sbrunner/python-versions-hook
Expand Down
8 changes: 4 additions & 4 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c2cciutils[checks,publish]==1.7.3
poetry-dynamic-versioning==1.4.1
poetry-plugin-export==1.8.0
poetry-dynamic-versioning==1.7.1
poetry-plugin-export==1.9.0
poetry-plugin-tweak-dependencies-version==1.5.2
pre-commit==4.0.1
pre-commit==4.1.0
poetry-plugin-drop-python-upper-constraint==0.1.0
importlib-metadata<8.5.1
importlib-metadata<8.6.2

0 comments on commit baa3e92

Please sign in to comment.