diff --git a/poetry.lock b/poetry.lock index ceb4efd..3ce4e47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2320,14 +2320,14 @@ markers = {main = "extra == \"cli\""} [[package]] name = "syrupy" -version = "5.3.2" +version = "5.3.3" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "syrupy-5.3.2-py3-none-any.whl", hash = "sha256:a4cb08f07342655816c16b6b3aef5f6af8859ef5fbad6a57d0e2c20c0f8be54c"}, - {file = "syrupy-5.3.2.tar.gz", hash = "sha256:d4c9d4badb165a5694dcd869812717d899a8aa0b6f14f842437cb57c4ce09b3a"}, + {file = "syrupy-5.3.3-py3-none-any.whl", hash = "sha256:94b7c41192295fa03ec6de281d8075900e03739f45943935f7854d61824670d7"}, + {file = "syrupy-5.3.3.tar.gz", hash = "sha256:6c065cd1ba9374e810ad3826feb466f4d43e6f1a7168703178e56b47902c736f"}, ] [package.dependencies] @@ -2690,4 +2690,4 @@ cli = ["rich", "textual", "textual-plotext", "typer"] [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "b7d540def6fda8d9a38a6b3e963575a5c5933ecfc7d4816600af565aa60a92ba" +content-hash = "5ce0fda6e9671e91906b688b9345066b82bb3fd0bcdc63f93fb2335e1fe51bb0" diff --git a/pyproject.toml b/pyproject.toml index e97888e..d24d3b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ pytest-asyncio = "1.4.0" pytest-cov = "7.1.0" ruff = "0.15.19" safety = "3.8.1" -syrupy = "5.3.2" +syrupy = "5.3.3" typer = "0.25.0" yamllint = "1.38.0" zizmor = "1.26.1"