Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 28f097e commit 90846cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
additional_dependencies:
- prettier@2.8.4
- 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 @@ -79,7 +79,7 @@ repos:
args:
- --project=c2cwsgiutils
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
exclude: .*\.html
Expand All @@ -92,7 +92,7 @@ repos:
- --die-on-tool-error
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.2.0 # pypi
- prospector-profile-duplicated==1.5.0 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
hooks:
Expand Down
8 changes: 4 additions & 4 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
c2cciutils[checks,publish]==1.6.18
poetry-dynamic-versioning[plugin]==1.2.0
poetry-dynamic-versioning[plugin]==1.3.0
poetry-plugin-export==1.7.1
pre-commit==3.7.0
pytest==8.1.2
scikit-image==0.22.0
pytest==8.2.0
scikit-image==0.23.2
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.2.0
poetry-dynamic-versioning==1.3.0
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit 90846cb

Please sign in to comment.