diff --git a/poetry.lock b/poetry.lock index a68d15a..f6b6f69 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1410,17 +1410,17 @@ files = [ [[package]] name = "syrupy" -version = "4.9.1" +version = "5.0.0" description = "Pytest Snapshot Test Utility" optional = false -python-versions = ">=3.8.1" +python-versions = ">=3.10" files = [ - {file = "syrupy-4.9.1-py3-none-any.whl", hash = "sha256:b94cc12ed0e5e75b448255430af642516842a2374a46936dd2650cfb6dd20eda"}, - {file = "syrupy-4.9.1.tar.gz", hash = "sha256:b7d0fcadad80a7d2f6c4c71917918e8ebe2483e8c703dfc8d49cdbb01081f9a4"}, + {file = "syrupy-5.0.0-py3-none-any.whl", hash = "sha256:c848e1a980ca52a28715cd2d2b4d434db424699c05653bd1158fb31cf56e9546"}, + {file = "syrupy-5.0.0.tar.gz", hash = "sha256:3282fe963fa5d4d3e47231b16d1d4d0f4523705e8199eeb99a22a1bc9f5942f2"}, ] [package.dependencies] -pytest = ">=7.0.0,<9.0.0" +pytest = ">=8.0.0" [[package]] name = "tomlkit" @@ -1617,4 +1617,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a13ea2056451f90375ee4c6209be1e86d0862f6166fc1b1ddbf539fc3c576106" +content-hash = "92d957d0afcc008084d64abda76cd278d567bf154f1f0f552cafd27cabc20d8a" diff --git a/pyproject.toml b/pyproject.toml index 7dba54f..0a67145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pre-commit = "4.3.0" pre-commit-hooks = "6.0.0" yamllint = "1.37.1" ruff = "0.13.3" -syrupy = "4.9.1" +syrupy = "5.0.0" aioresponses = "0.7.8" treelib = "1.8.0" pyperclip = "1.11.0"