From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:48:01 +0000 (+0100) Subject: Chore(deps): Bump tomli from 2.1.0 to 2.2.1 (#1816) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=42479b47a3a3decf4af9120697b117f1e0e117aa;p=music-assistant-server.git Chore(deps): Bump tomli from 2.1.0 to 2.2.1 (#1816) Bumps [tomli](https://github.com/hukkin/tomli) from 2.1.0 to 2.2.1. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.1.0...2.2.1) --- updated-dependencies: - dependency-name: tomli 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 c5994a93..00f89524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", "syrupy==4.8.0", - "tomli==2.1.0", + "tomli==2.2.1", "ruff==0.7.4", ]