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 1d1a49b commit 92c2392
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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: poetry-check
Expand Down Expand Up @@ -121,11 +121,11 @@ repos:
args:
- --py39-plus
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/sbrunner/jsonschema-validator
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ c2cciutils[checks,publish]==1.6.12
poetry==1.7.1
poetry-dynamic-versioning[plugin]==1.2.0
poetry-plugin-export==1.6.0
pre-commit==3.5.0
pre-commit==3.6.0
poetry-plugin-drop-python-upper-constraint==0.1.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.2.0
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PyYAML = "6.0.1"
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
pytest = "7.4.3"
pytest-cov = "4.1.0"
prospector-profile-duplicated = "0.4.0"
prospector-profile-duplicated = "0.5.1"

[build-system]
requires = [
Expand Down

0 comments on commit 92c2392

Please sign in to comment.