diff --git a/poetry.lock b/poetry.lock index a5d0a1a0..25989d79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1968,13 +1968,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] @@ -2173,4 +2173,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "796538a27daba02aca28c9e0f12eafaf7e8ecb40fc07682895ccf436b39fa88b" +content-hash = "fb2e1eec4942bd40789b9ae4e9c10a200264b672bb1523d6f9e26eda8c69ced6" diff --git a/pyproject.toml b/pyproject.toml index 31616c3e..2584ccc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-cov = "6.0.0" ruff = "0.7.3" safety = "3.2.11" yamllint = "1.35.1" -syrupy = "4.7.2" +syrupy = "4.8.0" aioresponses = "0.7.7" [tool.poetry.urls]