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 71bddd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ repos:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.8.2 # pypi
- poetry==1.8.3 # pypi
- id: poetry-lock
additional_dependencies:
- poetry==1.8.2 # pypi
- poetry==1.8.3 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand All @@ -84,7 +84,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.6
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
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.6.18/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.21/c2cciutils/schema.json

publish:
docker:
Expand Down
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.18
c2cciutils[checks,publish]==1.6.21
poetry-dynamic-versioning==1.2.0
poetry-plugin-export==1.6.0
poetry-plugin-tweak-dependencies-version==1.5.2
Expand Down

0 comments on commit 71bddd0

Please sign in to comment.