Commit 09fbc66
authored
fix(deps): Update dependency tomli to v2.0.2 (#247)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [tomli](https://togithub.com/hukkin/tomli) ([changelog](https://togithub.com/hukkin/tomli/blob/master/CHANGELOG.md)) | patch | `==2.0.1` -> `==2.0.2` |
---
### Release Notes
<details>
<summary>hukkin/tomli (tomli)</summary>
### [`v2.0.2`](https://togithub.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#202)
[Compare Source](https://togithub.com/hukkin/tomli/compare/2.0.1...2.0.2)
- Removed
- Python 3.7 support
- Improved
- Make `loads` raise `TypeError` not `AttributeError` on bad input types that do not have the `replace` attribute.
Improve error message when `bytes` is received.
- Type annotations
- Type annotate `load` input as `typing.IO[bytes]` (previously `typing.BinaryIO`).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent a5b63c6 commit 09fbc66
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments