From 125ef936c8fa9557910f8716e22920859bedd6cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:20:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20syru?= =?UTF-8?q?py=20to=20v4.8.1?= 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 2efecb1..3b51201 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1108,13 +1108,13 @@ files = [ [[package]] name = "syrupy" -version = "4.8.0" +version = "4.8.1" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.8.0-py3-none-any.whl", hash = "sha256:544f4ec6306f4b1c460fdab48fd60b2c7fe54a6c0a8243aeea15f9ad9c638c3f"}, - {file = "syrupy-4.8.0.tar.gz", hash = "sha256:648f0e9303aaa8387c8365d7314784c09a6bab0a407455c6a01d6a4f5c6a8ede"}, + {file = "syrupy-4.8.1-py3-none-any.whl", hash = "sha256:274f97cbaf44175f5e478a2f3a53559d31f41c66c6bf28131695f94ac893ea00"}, + {file = "syrupy-4.8.1.tar.gz", hash = "sha256:8da8c0311e6d92de0b15767768c6ab98982b7b4a4c67083c08fbac3fbad4d44c"}, ] [package.dependencies] @@ -1279,4 +1279,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "355ac588f1881d7928ed0bd8a86eac4cba46e47ecf5f91506880cee43c36dc68" +content-hash = "e6bddd9277f0a5a27b55ae169cdb6ae68705901a3b45a779240f9bbf61e8f6ec" diff --git a/pyproject.toml b/pyproject.toml index e137adf..5548567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest = "8.3.4" pytest-asyncio = "0.25.2" pytest-cov = "6.0.0" ruff = "0.9.1" -syrupy = "4.8.0" +syrupy = "4.8.1" yamllint = "1.35.1" [tool.coverage.run]