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 Apr 1, 2024
1 parent 1ffb6da commit f6b1381
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
)$
verbose: true
additional_dependencies:
- pre-commit==3.6.2 # pypi
- pre-commit==3.7.0 # pypi
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:
|tests/openapi3\.json
)$
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down Expand Up @@ -114,7 +114,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/prospector
Expand All @@ -126,7 +126,7 @@ repos:
- --die-on-tool-error
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.1.0 # pypi
- prospector-profile-duplicated==1.2.0 # pypi
- prospector-profile-utils==1.7.2 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
c2cciutils[checks,publish]==1.6.17
pre-commit==3.6.2
pre-commit==3.7.0
poetry-plugin-drop-python-upper-constraint==0.1.0
poetry-plugin-export==1.6.0
poetry-plugin-export==1.7.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.2.0

0 comments on commit f6b1381

Please sign in to comment.