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 Jul 2, 2024
1 parent ac3af8c commit 3082b8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ci:
- jsonschema-validator
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: detect-private-key
- id: check-merge-conflict
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
additional_dependencies:
- [email protected]
- repo: https://github.com/camptocamp/jsonschema-gentypes
rev: 2.5.0
rev: 2.7.0
hooks:
- id: jsonschema-gentypes
files: |-
Expand All @@ -50,7 +50,7 @@ repos:
|^tilecloud_chain/schema\.json
)$
- repo: https://github.com/sbrunner/jsonschema2md2
rev: 1.1.0
rev: 1.2.0
hooks:
- id: jsonschema2md
files: tilecloud_chain/schema\.json
Expand All @@ -69,14 +69,14 @@ repos:
additional_dependencies:
- poetry==1.8.2 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
exclude: ^(.*/)?poetry\.lock$
args:
- --ignore-words=.github/spell-ignore-words.txt
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down Expand Up @@ -104,7 +104,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args:
Expand All @@ -120,7 +120,7 @@ repos:
args:
- --project=tilecloud
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/prospector
Expand All @@ -132,7 +132,7 @@ repos:
- --die-on-tool-error
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.1.0 # pypi
- prospector-profile-duplicated==1.5.0 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
hooks:
Expand Down
6 changes: 3 additions & 3 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
c2cciutils[checks,publish]==1.6.18
poetry-dynamic-versioning==1.2.0
poetry-plugin-export==1.6.0
poetry-dynamic-versioning==1.4.0
poetry-plugin-export==1.8.0
poetry-plugin-tweak-dependencies-version==1.5.2
pre-commit==3.6.2
pre-commit==3.7.1
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit 3082b8e

Please sign in to comment.