From 6218eada1cf4a8ef427338be15f4202e6854edcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 03:38:14 +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 69efe51..8362e36 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1024,13 +1024,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] @@ -1213,4 +1213,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "79b48ee1fa3bb165ac0853d37350256f36e822b0a63d04efa587f8015320fd03" +content-hash = "a4296956fcbd24b9efdd20e1c2815a6e5d35a5fd1f725b0408d200d971a75d8f" diff --git a/pyproject.toml b/pyproject.toml index c28c81b..c0cbe7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest = "8.3.2" pytest-asyncio = "0.24.0" pytest-cov = "5.0.0" ruff = "0.6.2" -syrupy = "4.6.4" +syrupy = "4.7.1" types-pytz = "2024.1.0.20240417" yamllint = "1.35.1"