diff --git a/poetry.lock b/poetry.lock index 1eb43bb4..3130fe52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2381,17 +2381,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 = "tenacity" @@ -2658,4 +2658,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6fdf62ce4d46b512ea074bfc95dbffe7a558062b5096190ac53a1aba21ff623e" +content-hash = "66fffb9501234754e5017f24b0d48430f9d23f1d9c9f877184ab6e6014d2d931" diff --git a/pyproject.toml b/pyproject.toml index 454fedbe..70151fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-cov = "7.0.0" ruff = "0.13.2" safety = "3.6.2" yamllint = "1.37.1" -syrupy = "4.9.1" +syrupy = "5.0.0" aioresponses = "0.7.8" [tool.poetry.urls]