Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent cca4796 commit e42bb4c
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 74 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/sbrunner/hooks
rev: 0.5.0
rev: 0.6.0
hooks:
- id: copyright
- id: workflows-require-timeout
Expand Down Expand Up @@ -75,12 +75,12 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
exclude: README\.md
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/autoflake
Expand All @@ -101,7 +101,7 @@ repos:
- --tool=pydocstyle
- --die-on-tool-error
additional_dependencies:
- prospector-profile-duplicated==0.4.0 # pypi
- prospector-profile-duplicated==0.5.1 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.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 @@ -2,6 +2,6 @@ c2cciutils[checks,publish]==1.6.13
poetry==1.7.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.2.0
pre-commit==3.5.0
pre-commit==3.6.0
poetry-plugin-drop-python-upper-constraint==0.1.0
poetry-plugin-export==1.6.0
Loading

0 comments on commit e42bb4c

Please sign in to comment.