From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:55:37 +0000 (+0100) Subject: Chore(deps): Bump tomli from 2.0.2 to 2.1.0 (#1782) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6a2e3a8109129b7c6f4871b6bd2a8ae8e8b01a34;p=music-assistant-server.git Chore(deps): Bump tomli from 2.0.2 to 2.1.0 (#1782) Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.2 to 2.1.0. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.2...2.1.0) --- 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 77aa13d7..3f83403c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", "syrupy==4.7.2", - "tomli==2.0.2", + "tomli==2.1.0", "ruff==0.7.4", ]