From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:10:05 +0000 (+0200) Subject: Bump tomli from 2.0.1 to 2.0.2 (#1754) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=dc77ef161276d3e901ae1cd4a9647e2e1a84fa63;p=music-assistant-server.git Bump tomli from 2.0.1 to 2.0.2 (#1754) Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-patch ... 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 9ee2db89..66d52df5 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.1", + "tomli==2.0.2", "ruff==0.6.9", ]