From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:19:49 +0000 (+0200) Subject: Bump syrupy from 4.6.1 to 4.7.1 (#1617) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4f0039362e3706311a7a1fdaaab0f5506f1116d8;p=music-assistant-server.git Bump syrupy from 4.6.1 to 4.7.1 (#1617) Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.6.1 to 4.7.1. - [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.6.1...v4.7.1) --- 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 35035d26..b0c9de9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest==8.3.2", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", - "syrupy==4.6.1", + "syrupy==4.7.1", "tomli==2.0.1", "ruff==0.6.2", ]