From 712cc58fec28af4770ff167f226510947eaac434 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:55:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20syru?= =?UTF-8?q?py=20to=20v5.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d0d6628..99ae408 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2522,13 +2522,13 @@ files = [ [[package]] name = "syrupy" -version = "5.0.0" +version = "5.1.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.10" files = [ - {file = "syrupy-5.0.0-py3-none-any.whl", hash = "sha256:c848e1a980ca52a28715cd2d2b4d434db424699c05653bd1158fb31cf56e9546"}, - {file = "syrupy-5.0.0.tar.gz", hash = "sha256:3282fe963fa5d4d3e47231b16d1d4d0f4523705e8199eeb99a22a1bc9f5942f2"}, + {file = "syrupy-5.1.0-py3-none-any.whl", hash = "sha256:95162d2b05e61ed3e13f117b88dfab7c58bd6f90e66ebbf918e8a77114ad51c5"}, + {file = "syrupy-5.1.0.tar.gz", hash = "sha256:df543c7aa50d3cf1246e83d58fe490afe5f7dab7b41e74ecc0d8d23ae19bd4b8"}, ] [package.dependencies] @@ -2825,4 +2825,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "578c5c24529685889f9a931d847bcea0ab173bc9e675e7ac0504488ec5f662d4" +content-hash = "6eb63fa90b42302ca86d8cb7ab3238e48f3b388b2ebf2fa7a8ce5d43bf7ccee0" diff --git a/pyproject.toml b/pyproject.toml index c3e4044..7816ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-cov = "7.0.0" ruff = "0.14.14" safety = "3.7.0" yamllint = "1.38.0" -syrupy = "5.0.0" +syrupy = "5.1.0" aioresponses = "0.7.8" [tool.poetry.urls]