Skip to content

Commit 7bf9c36

Browse files
authored
fix(deps): Update dependency tomli to v2.3.0 (#356)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tomli](https://redirect.github.com/hukkin/tomli) ([changelog](https://redirect.github.com/hukkin/tomli/blob/master/CHANGELOG.md)) | minor | `==2.2.1` -> `==2.3.0` | --- ### Release Notes <details> <summary>hukkin/tomli (tomli)</summary> ### [`v2.3.0`](https://redirect.github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#230) [Compare Source](https://redirect.github.com/hukkin/tomli/compare/2.2.1...2.3.0) - Added - Binary wheels for Python 3.14 (also free-threaded) - Performance - Reduced import time </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 2c63405 commit 7bf9c36

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==2025.2",
3030
"six==1.17.0",
3131
"structlog==25.5.0",
32-
"tomli==2.2.1",
32+
"tomli==2.3.0",
3333
"tzdata==2025.2",
3434
]
3535
url = "https://github.com/cloudquery/plugin-sdk-python"

0 commit comments

Comments
 (0)