fix(deps): update dependency tomli to v2.3.0 (#385)
Some checks failed
Security / snyk (push) Has been cancelled

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [tomli](https://github.com/hukkin/tomli) ([changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)) | `==2.2.1` -> `==2.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tomli/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tomli/2.2.1/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>hukkin/tomli (tomli)</summary>

### [`v2.3.0`](https://github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#230)

[Compare Source](https://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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: #385
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
This commit is contained in:
2025-10-11 13:11:36 +02:00
committed by Luke Tainton
parent 810023b3dd
commit bfdca834ef
2 changed files with 45 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ dependencies = [
"requests==2.32.5",
"six==1.17.0",
"tabulate==0.9.0",
"tomli==2.2.1",
"tomli==2.3.0",
"tomlkit==0.13.3",
"urllib3==2.5.0",
"wrapt==1.17.3",