From 4f0039362e3706311a7a1fdaaab0f5506f1116d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:19:49 +0200 Subject: [PATCH] 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] -- 2.34.1