diff --git a/pyproject.toml b/pyproject.toml index 4de0eaaa8..c99831810 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.3.2", ] [tool.maturin] diff --git a/uv.lock b/uv.lock index f416da729..2f06e7d76 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.3.2" }, { 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.3.2" }, { name = "testfixtures", specifier = "==11.0.0" }, ] @@ -973,14 +973,14 @@ wheels = [ [[package]] name = "syrupy" -version = "5.1.0" +version = "5.3.2" 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/de/72/c793cd7c56b09f71be80ee2f4cc64c8e2b6a3dc8abf37fbfb09785aa00a7/syrupy-5.3.2.tar.gz", hash = "sha256:d4c9d4badb165a5694dcd869812717d899a8aa0b6f14f842437cb57c4ce09b3a", size = 85948, upload-time = "2026-06-09T14:46:32.721Z" } 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/d8/19/e45765fa26388f42e22af2fc27f06e78e1da56d4211f883f6f8ddaac7646/syrupy-5.3.2-py3-none-any.whl", hash = "sha256:a4cb08f07342655816c16b6b3aef5f6af8859ef5fbad6a57d0e2c20c0f8be54c", size = 52643, upload-time = "2026-06-09T14:46:31.168Z" }, ] [[package]]