Skip to content

Commit 09fbc66

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"pytz==2024.2",
3030
"six==1.16.0",
3131
"structlog==24.4.0",
32-
"tomli==2.0.1",
32+
"tomli==2.0.2",
3333
"tzdata==2024.2",
3434
]
3535
url = "https://github.com/cloudquery/plugin-sdk-python"

0 commit comments

Comments
 (0)