Skip to content

Commit

Permalink
chore(deps): update pre-commit hook python-poetry/poetry to v1.8.5 (#623
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[python-poetry/poetry](https://redirect.github.com/python-poetry/poetry)
| repository | patch | `1.8.4` -> `1.8.5` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>python-poetry/poetry (python-poetry/poetry)</summary>

###
[`v1.8.5`](https://redirect.github.com/python-poetry/poetry/releases/tag/1.8.5)

[Compare
Source](https://redirect.github.com/python-poetry/poetry/compare/1.8.4...1.8.5)

##### Changed

- Require `pkginfo>=1.12` to fix an issue with an unknown metadata
version 2.4
([#&#8203;9888](https://redirect.github.com/python-poetry/poetry/pull/9888)).
- Do not fail if the unknown metadata version is only a minor version
update
([#&#8203;9888](https://redirect.github.com/python-poetry/poetry/pull/9888)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/naa0yama/PythonBoilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGF0YXNvdXJjZTpnaXRodWItdGFncyIsImRlcFR5cGU6cmVwb3NpdG9yeSIsIm1hbmFnZXI6cHJlLWNvbW1pdCIsInJlbm92YXRlIiwidXBkYXRlLXBhdGNoIiwidmVyc2lvbmluZzpzZW12ZXItY29lcmNlZCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 08139e4 commit 330e2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
)$
- repo: https://github.com/python-poetry/poetry
rev: 1.8.4
rev: 1.8.5
hooks:
- id: poetry-check
entry: /bin/sh -c "cd . && poetry check --no-ansi --no-interaction --no-cache"
Expand Down

0 comments on commit 330e2ad

Please sign in to comment.