Skip to content

Commit

Permalink
Update all minor versions to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2024
1 parent 572f783 commit f878729
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion example-project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ repos:
args:
- --py38-plus
- repo: https://github.com/PyCQA/prospector
rev: v1.10.3
rev: v1.11.0
hooks:
- id: prospector
args:
Expand Down
22 changes: 11 additions & 11 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.11"

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector = { version = "1.11.0", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "1.5.0"

[build-system]
Expand Down
28 changes: 14 additions & 14 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 @@ -95,7 +95,7 @@ version = ["multi-repo-automation"]

[tool.poetry.group.dev.dependencies]
# pylint = "2.15.6"
prospector = { version = "1.10.3", extras = ["with-bandit", "with-mypy", "with-pyroma"] }
prospector = { version = "1.11.0", extras = ["with-bandit", "with-mypy", "with-pyroma"] }
types-requests = "2.32.0.20240914"
types-pyyaml = "6.0.12.20240917"
types-setuptools = "75.1.0.20240917"
Expand Down

0 comments on commit f878729

Please sign in to comment.