diff --git a/poetry.lock b/poetry.lock index 69efe51..8362e36 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1024,13 +1024,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] @@ -1213,4 +1213,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "79b48ee1fa3bb165ac0853d37350256f36e822b0a63d04efa587f8015320fd03" +content-hash = "a4296956fcbd24b9efdd20e1c2815a6e5d35a5fd1f725b0408d200d971a75d8f" diff --git a/pyproject.toml b/pyproject.toml index c28c81b..c0cbe7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,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" types-pytz = "2024.1.0.20240417" yamllint = "1.35.1"