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 1, 2024
1 parent 555e880 commit fca9386
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repos:
- id: black
exclude: .*\.html
- repo: https://github.com/PyCQA/prospector
rev: v1.13.0
rev: v1.13.3
hooks:
- id: prospector
args:
Expand All @@ -100,6 +100,6 @@ repos:
- id: jsonschema-validator
files: ^ci/config\.yaml$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.142.1
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,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.0/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.1/c2cciutils/schema.json

version:
branch_to_version_re:
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
c2cciutils[checks,publish]==1.7.0
c2cciutils[checks,publish]==1.7.1
poetry-dynamic-versioning[plugin]==1.4.1
poetry-plugin-export==1.8.0
pre-commit==4.0.1
pytest==8.3.3
pytest==8.3.4
scikit-image==0.24.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.4.1
Expand Down

0 comments on commit fca9386

Please sign in to comment.