From df2943313e8e09ef8c1964294058f82a261edccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 00:43:32 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20syru?= =?UTF-8?q?py=20to=20v4.7.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 4c19fb1..ecd21df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1828,13 +1828,13 @@ files = [ [[package]] name = "syrupy" -version = "4.6.4" +version = "4.7.1" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.6.4-py3-none-any.whl", hash = "sha256:5a0e47b187d32b58555b0de6d25bc7bb875e7d60c7a41bd2721f5d44975dcf85"}, - {file = "syrupy-4.6.4.tar.gz", hash = "sha256:a6facc6a45f1cff598adacb030d9573ed62863521755abd5c5d6d665f848d6cc"}, + {file = "syrupy-4.7.1-py3-none-any.whl", hash = "sha256:be002267a512a4bedddfae2e026c93df1ea928ae10baadc09640516923376d41"}, + {file = "syrupy-4.7.1.tar.gz", hash = "sha256:f9d4485f3f27d0e5df6ed299cac6fa32eb40a441915d988e82be5a4bdda335c8"}, ] [package.dependencies] @@ -2040,4 +2040,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1ba95b35aa8dbe00c433bea4b6dffe905f127f46b28b710dd3b5549617f451c8" +content-hash = "a1a7d60cb866d400d25395ae4603c5f1b66b0a5f4a970b897eff893222dd5c30" diff --git a/pyproject.toml b/pyproject.toml index d0f82c2..1a57581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-cov = "5.0.0" ruff = "0.6.2" safety = "3.2.6" yamllint = "1.35.1" -syrupy = "4.6.4" +syrupy = "4.7.1" aioresponses = "0.7.6" [tool.poetry.urls]