From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:22:24 +0000 (+0100) Subject: Chore(deps): Bump tomli from 2.2.1 to 2.3.0 (#2555) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=16e0b6cfee00466ef5cc057f297f84b20ba96ec8;p=music-assistant-server.git Chore(deps): Bump tomli from 2.2.1 to 2.3.0 (#2555) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 230c8fb5..93cbce12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]