From 85572242f9d5d1ac45c54c51323055c75404295f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:54:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20syrupy=20to=20v5.3.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2fa296c..1ca27dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "pytest-asyncio==1.4.0", "pytest==9.0.3", "pytest-cov==7.1.0", - "syrupy==5.3.1", + "syrupy==5.3.2", ] [tool.hatch.envs.hatch-static-analysis] @@ -71,7 +71,7 @@ pythonpath = ["pythonkuma"] extra-dependencies = [ "pytest-cov==7.1.0", "pytest-asyncio==1.4.0", - "syrupy==5.3.1", + "syrupy==5.3.2", ] extra-args = ["--cov-report=xml", "-vv"]