diff --git a/poetry.lock b/poetry.lock index a8c05e0..bf09d4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2598,13 +2598,13 @@ files = [ [[package]] name = "syrupy" -version = "5.5.3" +version = "6.1.1" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.10" files = [ - {file = "syrupy-5.5.3-py3-none-any.whl", hash = "sha256:0b260a0c9dad55e1fb83818973dc36fbc1aea3fd5381592f442a986686c4171a"}, - {file = "syrupy-5.5.3.tar.gz", hash = "sha256:fa21e4ae77c89ec5abfca513338d8a7eb916da6618ca0f8db301476e0768e57a"}, + {file = "syrupy-6.1.1-py3-none-any.whl", hash = "sha256:6ac9ac6a42d70ae44156f5f157a9563b9bb8cc96dcf9364327f330463bff889a"}, + {file = "syrupy-6.1.1.tar.gz", hash = "sha256:7e584a8df4ede6dd3c1c44a77f9edc46186b6767a73dea6f0083044946839a59"}, ] [package.dependencies] @@ -2848,4 +2848,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "23b2469b8317161eabbd68bbeb01cc4aba63eb659457445a03e22f039d656d78" +content-hash = "62d80a949481f9858e1b82ef58f03157b82db7258c853f750d974cecd1c41d6b" diff --git a/pyproject.toml b/pyproject.toml index ee14dd3..f751c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-cov = "7.1.0" ruff = "0.15.22" safety = "3.8.1" yamllint = "1.38.0" -syrupy = "5.5.3" +syrupy = "6.1.1" aioresponses = "0.7.8" [tool.poetry.urls]