From 537b958afe65db17da38c170d3c585911bc58ce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:36:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20syru?= =?UTF-8?q?py=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 722926e..99ca372 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1410,17 +1410,17 @@ files = [ [[package]] name = "syrupy" -version = "4.9.1" +version = "5.0.0" description = "Pytest Snapshot Test Utility" optional = false -python-versions = ">=3.8.1" +python-versions = ">=3.10" files = [ - {file = "syrupy-4.9.1-py3-none-any.whl", hash = "sha256:b94cc12ed0e5e75b448255430af642516842a2374a46936dd2650cfb6dd20eda"}, - {file = "syrupy-4.9.1.tar.gz", hash = "sha256:b7d0fcadad80a7d2f6c4c71917918e8ebe2483e8c703dfc8d49cdbb01081f9a4"}, + {file = "syrupy-5.0.0-py3-none-any.whl", hash = "sha256:c848e1a980ca52a28715cd2d2b4d434db424699c05653bd1158fb31cf56e9546"}, + {file = "syrupy-5.0.0.tar.gz", hash = "sha256:3282fe963fa5d4d3e47231b16d1d4d0f4523705e8199eeb99a22a1bc9f5942f2"}, ] [package.dependencies] -pytest = ">=7.0.0,<9.0.0" +pytest = ">=8.0.0" [[package]] name = "tomlkit" @@ -1635,4 +1635,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d327e4c4783a8bb0ff0dbfce13d3c65a88377af5cb617ccc76cbdcf8bdd5deb9" +content-hash = "d0ba2f2bf75db632dbba8ccfc9a9153946ea0e962cd67fd77f8e3f3894fa9195" diff --git a/pyproject.toml b/pyproject.toml index 08bc923..fcc5f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pre-commit = "4.3.0" pre-commit-hooks = "6.0.0" yamllint = "1.37.1" ruff = "0.13.3" -syrupy = "4.9.1" +syrupy = "5.0.0" aioresponses = "0.7.8" treelib = "1.8.0" pyperclip = "1.11.0"