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 Jun 1, 2024
1 parent fe25df0 commit f8aa9bd
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 @@ -41,7 +41,7 @@ repos:
additional_dependencies:
- prettier@3.2.5 # npm
- 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 All @@ -64,7 +64,7 @@ repos:
additional_dependencies:
- poetry==1.8.2 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
exclude: |-
Expand Down Expand Up @@ -114,7 +114,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
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.2.0 # pypi
- prospector-profile-duplicated==1.5.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.18
pre-commit==3.7.0
poetry-plugin-drop-python-upper-constraint==0.1.0
poetry-plugin-export==1.7.1
poetry-plugin-export==1.8.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.2.0
poetry-dynamic-versioning==1.3.0

0 comments on commit f8aa9bd

Please sign in to comment.