From 15120376eaf97dbf698720a113be8b9b426caf2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 14:31:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20syru?= =?UTF-8?q?py=20to=20v6?= 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 1e02c6c..56b604a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2671,14 +2671,14 @@ files = [ [[package]] name = "syrupy" -version = "5.5.3" +version = "6.1.1" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "syrupy-5.5.3-py3-none-any.whl", hash = "sha256:0b260a0c9dad55e1fb83818973dc36fbc1aea3fd5381592f442a986686c4171a"}, - {file = "syrupy-5.5.3.tar.gz", hash = "sha256:fa21e4ae77c89ec5abfca513338d8a7eb916da6618ca0f8db301476e0768e57a"}, + {file = "syrupy-6.1.1-py3-none-any.whl", hash = "sha256:6ac9ac6a42d70ae44156f5f157a9563b9bb8cc96dcf9364327f330463bff889a"}, + {file = "syrupy-6.1.1.tar.gz", hash = "sha256:7e584a8df4ede6dd3c1c44a77f9edc46186b6767a73dea6f0083044946839a59"}, ] [package.dependencies] @@ -2931,4 +2931,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "36722ccaa25e42dda49cd9d6ff3aa4e45dd614b6e9564413030dac99383230b7" +content-hash = "09bbc929c523f3111888ae834bc4395f50daa61009772f987e51a19eb0c52f7b" diff --git a/pyproject.toml b/pyproject.toml index 9ab08bf..ba8027a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-cov = "7.1.0" ruff = "0.16.8" safety = "3.8.1" yamllint = "1.38.0" -syrupy = "5.5.3" +syrupy = "6.1.1" aiointercept = "0.1.10" [tool.poetry.urls]