Chore(deps): Bump tomli from 2.2.1 to 2.3.0 (#2555)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 27 Oct 2025 21:22:24 +0000 (22:22 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 21:22:24 +0000 (22:22 +0100)
Bumps [tomli](https://github.com/hukkin/tomli) from 2.2.1 to 2.3.0.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hukkin/tomli/compare/2.2.1...2.3.0)

---
updated-dependencies:
- dependency-name: tomli
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 230c8fb53a6dcd2a0e7cfceb8e1c307e2bdcd4ac..93cbce129b28a173264f45c91aea258387b8b588 100644 (file)
@@ -60,7 +60,7 @@ test = [
   "pytest-aiohttp==1.1.0",
   "pytest-cov==7.0.0",
   "syrupy==5.0.0",
-  "tomli==2.2.1",
+  "tomli==2.3.0",
   "ruff==0.13.2",
 ]