Skip to content

Commit 9b12fa3

Browse files
Update own packages to v1.17.3 (#298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06aeb68 commit 9b12fa3

3 files changed

Lines changed: 12 additions & 54 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
8484
args:
8585
- --line-length=110
8686
- repo: https://github.com/PyCQA/prospector
87-
rev: v1.17.2
87+
rev: v1.17.3
8888
hooks:
8989
- id: prospector
9090
args:

poetry.lock

Lines changed: 9 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ python = ">=3.9,<4.0"
1818
PyYAML = "6.0.2"
1919
ruamel-yaml = "0.18.14"
2020
multi-repo-automation = "1.7.0"
21-
prospector = "1.17.2"
21+
prospector = "1.17.3"
2222

2323
[tool.poetry.group.dev.dependencies]
24-
prospector = { version = "1.17.2", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
24+
prospector = { version = "1.17.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
2525
prospector-profile-utils = "1.25.0"
2626
prospector-profile-duplicated = "1.10.5"
2727
pytest = "8.4.1"

0 commit comments

Comments
 (0)