diff --git a/poetry.lock b/poetry.lock index 6270cb2..3680d9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1113,13 +1113,13 @@ files = [ [[package]] name = "syrupy" -version = "4.7.2" +version = "4.8.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.7.2-py3-none-any.whl", hash = "sha256:eae7ba6be5aed190237caa93be288e97ca1eec5ca58760e4818972a10c4acc64"}, - {file = "syrupy-4.7.2.tar.gz", hash = "sha256:ea45e099f242de1bb53018c238f408a5bb6c82007bc687aefcbeaa0e1c2e935a"}, + {file = "syrupy-4.8.0-py3-none-any.whl", hash = "sha256:544f4ec6306f4b1c460fdab48fd60b2c7fe54a6c0a8243aeea15f9ad9c638c3f"}, + {file = "syrupy-4.8.0.tar.gz", hash = "sha256:648f0e9303aaa8387c8365d7314784c09a6bab0a407455c6a01d6a4f5c6a8ede"}, ] [package.dependencies] @@ -1284,4 +1284,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9374ee2e0f2a0f7aa5f6cc9347ddf89623bc85cbfcf10d7f282a5396fd5a338c" +content-hash = "1676640eddb39e9fad1dfca3cb7acb369ec39d166977ae74a01811286c622059" diff --git a/pyproject.toml b/pyproject.toml index 54aa955..7c80c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest = "8.3.3" pytest-asyncio = "0.24.0" pytest-cov = "6.0.0" ruff = "0.7.4" -syrupy = "4.7.2" +syrupy = "4.8.0" yamllint = "1.35.1" [tool.coverage.run]