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 Mar 1, 2025
1 parent 68824e4 commit a6fed95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.1
rev: 0.31.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -59,7 +59,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.9
hooks:
- id: ruff-format
args:
Expand All @@ -75,7 +75,7 @@ repos:
additional_dependencies:
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.17.0 # pypi
- ruff==0.9.4 # pypi
- ruff==0.9.9 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 1.0.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ poetry-dynamic-versioning[plugin]==1.7.1
poetry-plugin-export==1.9.0
pre-commit==4.1.0
pytest==8.3.4
scikit-image==0.25.1
scikit-image==0.25.2
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.7.1
poetry-plugin-drop-python-upper-constraint==0.1.0
Expand Down

0 comments on commit a6fed95

Please sign in to comment.