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] committed Nov 1, 2024
1 parent a2a2993 commit 6dc4e1c
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 56 deletions.
6 changes: 3 additions & 3 deletions example-project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/sbrunner/pre-commit-copyright
rev: 1.1.1
rev: 1.1.2
hooks:
- id: copyright
- repo: https://github.com/sbrunner/jsonschema-validator
Expand Down Expand Up @@ -64,7 +64,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-github-workflows
- id: check-renovate
Expand Down Expand Up @@ -93,7 +93,7 @@ repos:
args:
- --py38-plus
- repo: https://github.com/PyCQA/prospector
rev: v1.12.0
rev: v1.12.1
hooks:
- id: prospector
args:
Expand Down
42 changes: 20 additions & 22 deletions example-project/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 example-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include = ["project/py.typed"]
python = ">=3.10,<3.13"

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.12.0", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector = { version = "1.12.1", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"

Expand Down
54 changes: 26 additions & 28 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ pr_checks = []
version = ["multi-repo-automation"]

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.12.0", extras = ["with-bandit", "with-mypy", "with-pyroma"] }
prospector = { version = "1.12.1", extras = ["with-bandit", "with-mypy", "with-pyroma"] }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
types-requests = "2.32.0.20240914"
types-requests = "2.32.0.20241016"
types-pyyaml = "6.0.12.20240917"
types-markdown = "3.7.0.20240822"

Expand Down

0 comments on commit 6dc4e1c

Please sign in to comment.