Skip to content

Commit 89c49c0

Browse files
authored
fix(deps): Update dependency tomli to v2.2.1 (#266)
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)) | minor | `==2.1.0` -> `==2.2.1` | --- ### Release Notes <details> <summary>hukkin/tomli (tomli)</summary> ### [`v2.2.1`](https://togithub.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#221) [Compare Source](https://togithub.com/hukkin/tomli/compare/2.1.0...2.2.1) - Fixed - Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version </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 dbe63d7 commit 89c49c0

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.1.0",
32+
"tomli==2.2.1",
3333
"tzdata==2024.2",
3434
]
3535
url = "https://github.com/cloudquery/plugin-sdk-python"

0 commit comments

Comments
 (0)