From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:41:05 +0000 (+0200) Subject: Bump syrupy from 4.7.1 to 4.7.2 (#1700) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1ccec39a99a2329a5f8a9205021372de1b499e73;p=music-assistant-server.git Bump syrupy from 4.7.1 to 4.7.2 (#1700) Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.7.1 to 4.7.2. - [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.1...v4.7.2) --- updated-dependencies: - dependency-name: syrupy 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 06abebb4..f061f242 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.1", + "syrupy==4.7.2", "tomli==2.0.1", "ruff==0.6.9", ]