diff --git a/pyproject.toml b/pyproject.toml index 4de0eaaa8..0a72443d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ test = [ "testfixtures==11.0.0", "pytest-github-actions-annotate-failures==0.4.0", "pytest-xdist==3.8.0", - "syrupy==5.1.0", + "syrupy==5.5.3", ] [tool.maturin] diff --git a/uv.lock b/uv.lock index f416da729..af4656570 100644 --- a/uv.lock +++ b/uv.lock @@ -353,7 +353,7 @@ dev = [ { name = "pytest-github-actions-annotate-failures", specifier = "==0.4.0" }, { name = "pytest-timeout", specifier = "==2.4.0" }, { name = "pytest-xdist", specifier = "==3.8.0" }, - { name = "syrupy", specifier = "==5.1.0" }, + { name = "syrupy", specifier = "==5.5.3" }, { name = "testfixtures", specifier = "==11.0.0" }, { name = "types-cachetools", specifier = ">=5.5.0.20240820" }, { name = "types-mock", specifier = ">=5.1.0.20240425" }, @@ -374,7 +374,7 @@ test = [ { name = "pytest-github-actions-annotate-failures", specifier = "==0.4.0" }, { name = "pytest-timeout", specifier = "==2.4.0" }, { name = "pytest-xdist", specifier = "==3.8.0" }, - { name = "syrupy", specifier = "==5.1.0" }, + { name = "syrupy", specifier = "==5.5.3" }, { name = "testfixtures", specifier = "==11.0.0" }, ] @@ -973,14 +973,14 @@ wheels = [ [[package]] name = "syrupy" -version = "5.1.0" +version = "5.5.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2e/b0/24bca682d6a6337854be37f242d116cceeda9942571d5804c44bc1bdd427/syrupy-5.1.0.tar.gz", hash = "sha256:df543c7aa50d3cf1246e83d58fe490afe5f7dab7b41e74ecc0d8d23ae19bd4b8", size = 50495, upload-time = "2026-01-25T14:53:06.2Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e7/39/17dde9f0c76cc5abcdeef1b2243791bb850d498f784147b8e460dd23abe8/syrupy-5.5.3.tar.gz", hash = "sha256:fa21e4ae77c89ec5abfca513338d8a7eb916da6618ca0f8db301476e0768e57a", size = 91614, upload-time = "2026-07-11T15:54:31.46Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/de/70/cf880c3b95a6034ef673e74b369941b42315c01f1554a5637a4f8b911009/syrupy-5.1.0-py3-none-any.whl", hash = "sha256:95162d2b05e61ed3e13f117b88dfab7c58bd6f90e66ebbf918e8a77114ad51c5", size = 51658, upload-time = "2026-01-25T14:53:05.105Z" }, + { url = "https://files.pythonhosted.org/packages/ae/f9/617a194c1a4203279998e1859426cf2635042533a99a93d63d3ee1fb967e/syrupy-5.5.3-py3-none-any.whl", hash = "sha256:0b260a0c9dad55e1fb83818973dc36fbc1aea3fd5381592f442a986686c4171a", size = 54959, upload-time = "2026-07-11T15:54:29.836Z" }, ] [[package]]