Skip to content

Commit

Permalink
Update pre-commit hook python-poetry/poetry to v1.8.4 (#183)
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.3` -> `1.8.4` |

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.4`](https://redirect.github.com/python-poetry/poetry/releases/tag/1.8.4)

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

##### Added

- **Add official support for Python 3.13**
([#&#8203;9523](https://redirect.github.com/python-poetry/poetry/pull/9523)).

##### Changed

- Require `virtualenv>=20.26.6` to mitigate potential command injection
when running `poetry shell` in untrusted projects
([#&#8203;9757](https://redirect.github.com/python-poetry/poetry/pull/9757)).

##### poetry-core
([`1.9.1`](https://redirect.github.com/python-poetry/poetry-core/releases/tag/1.9.1))

- Add `3.13` to the list of available Python versions
([#&#8203;747](https://redirect.github.com/python-poetry/poetry-core/pull/747)).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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/BSStudio/bss-web-file-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 5396a0f commit 8aa2a5d
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.8.3'
rev: '1.8.4'
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit 8aa2a5d

Please sign in to comment.