diff --git a/poetry.lock b/poetry.lock index 7388065..7659f3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1124,13 +1124,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] @@ -1306,4 +1306,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "63c0136695b423d0d333ed087ef8955a920f32211ce3cb24e6c739b273d09bdd" +content-hash = "5ae7593508e8f204e9a98cbdc66fb9d8f65081be7d76c73b57c69ab831ba3d6e" diff --git a/pyproject.toml b/pyproject.toml index 1297088..f71026c 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" types-pytz = "2024.2.0.20241003" yamllint = "1.35.1"