From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:29:59 +0000 (+0100) Subject: Chore(deps): Bump syrupy from 4.7.2 to 4.8.0 (#1791) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6a6d0641a6bfec2317bea03abea167f2a4f2fb4a;p=music-assistant-server.git Chore(deps): Bump syrupy from 4.7.2 to 4.8.0 (#1791) Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.7.2 to 4.8.0. - [Release notes](https://github.com/syrupy-project/syrupy/releases) - [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md) - [Commits](https://github.com/syrupy-project/syrupy/compare/v4.7.2...v4.8.0) --- updated-dependencies: - dependency-name: syrupy 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 d4815013..74ba74a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pytest==8.3.3", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", - "syrupy==4.7.2", + "syrupy==4.8.0", "tomli==2.1.0", "ruff==0.7.4", ]