Skip to content

Commit 91f98b3

Browse files
Update own packages to v1.17.1 (#433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1154e7e commit 91f98b3

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ repos:
6161
hooks:
6262
- id: ripsecrets
6363
- repo: https://github.com/PyCQA/prospector
64-
rev: v1.16.1
64+
rev: v1.17.1
6565
hooks:
6666
- id: prospector
6767
args:

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "0.0.0"
1212
python = ">=3.9,<3.14"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
prospector = { version = "1.16.1", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
15+
prospector = { version = "1.17.1", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
1616
prospector-profile-duplicated = "1.10.5"
1717
prospector-profile-utils = "1.22.3"
1818

0 commit comments

Comments
 (0)