Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 0d030d4 commit 9d3f112
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: copyright
- id: workflows-require-timeout
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -34,9 +34,9 @@ repos:
additional_dependencies:
- [email protected] # npm
- [email protected] # npm
- [email protected].1 # npm
- [email protected].5 # npm
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.9.0.6
hooks:
- id: shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -49,7 +49,7 @@ repos:
- id: check-github-workflows
- id: check-renovate
additional_dependencies:
- pyjson5==1.6.2 # pypi
- pyjson5==1.6.4 # pypi
- id: check-github-actions
- id: check-jsonschema
name: Check GitHub Workflows set timeout-minutes
Expand All @@ -60,7 +60,7 @@ repos:
- --builtin-schema
- github-workflows-require-timeout
- repo: https://github.com/sirwart/ripsecrets
rev: v0.1.5
rev: v0.1.7
hooks:
- id: ripsecrets
- repo: https://github.com/psf/black
Expand All @@ -73,11 +73,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.1
rev: v2.0.2
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c2cciutils[checks,publish]==1.5.0
c2cciutils[checks,publish]==1.5.8
poetry==1.6.1
poetry-plugin-tweak-dependencies-version==1.5.1
poetry-dynamic-versioning==1.1.1
Expand Down

0 comments on commit 9d3f112

Please sign in to comment.