diff --git a/poetry.lock b/poetry.lock index e5116d3..15584b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1013,13 +1013,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] @@ -1191,4 +1191,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "17603b32d133a7b9d5d417d646ba91aa150fb7551cee81e29099c21aede04bdb" +content-hash = "1ecddc0a6070c919167ed1f3905dd9f43332b47195ce1cdefa1ee2cd69196629" diff --git a/pyproject.toml b/pyproject.toml index d582ca0..4feb460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,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" yamllint = "1.35.1" [tool.coverage.run]