From 3ebd7a02d743ea1527b3a4c79218bc44a613b916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:01:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20syru?= =?UTF-8?q?py=20to=20v4.7.2?= 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 7b5143f..41223fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1756,13 +1756,13 @@ files = [ [[package]] name = "syrupy" -version = "4.7.1" +version = "4.7.2" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.7.1-py3-none-any.whl", hash = "sha256:be002267a512a4bedddfae2e026c93df1ea928ae10baadc09640516923376d41"}, - {file = "syrupy-4.7.1.tar.gz", hash = "sha256:f9d4485f3f27d0e5df6ed299cac6fa32eb40a441915d988e82be5a4bdda335c8"}, + {file = "syrupy-4.7.2-py3-none-any.whl", hash = "sha256:eae7ba6be5aed190237caa93be288e97ca1eec5ca58760e4818972a10c4acc64"}, + {file = "syrupy-4.7.2.tar.gz", hash = "sha256:ea45e099f242de1bb53018c238f408a5bb6c82007bc687aefcbeaa0e1c2e935a"}, ] [package.dependencies] @@ -1984,4 +1984,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9a06ca96b1c4070b40ccc1096ba5f93573b4178b93da1ac54a17c8e3be4a65db" +content-hash = "93e80cf37d00bb3ffa71c9e48e4676d0b504193aa6244d29513947dec5bfa91a" diff --git a/pyproject.toml b/pyproject.toml index aec6a9c..724e58f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-cov = "5.0.0" ruff = "0.6.9" safety = "3.2.8" yamllint = "1.35.1" -syrupy = "4.7.1" +syrupy = "4.7.2" types-requests = "2.32.0.20240914" [tool.poetry.urls]