diff --git a/poetry.lock b/poetry.lock index cff000f..458e6ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1846,13 +1846,13 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "syrupy" -version = "4.6.1" +version = "4.7.2" description = "Pytest Snapshot Test Utility" optional = false -python-versions = ">=3.8.1,<4" +python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.6.1-py3-none-any.whl", hash = "sha256:203e52f9cb9fa749cf683f29bd68f02c16c3bc7e7e5fe8f2fc59bdfe488ce133"}, - {file = "syrupy-4.6.1.tar.gz", hash = "sha256:37a835c9ce7857eeef86d62145885e10b3cb9615bc6abeb4ce404b3f18e1bb36"}, + {file = "syrupy-4.7.2-py3-none-any.whl", hash = "sha256:eae7ba6be5aed190237caa93be288e97ca1eec5ca58760e4818972a10c4acc64"}, + {file = "syrupy-4.7.2.tar.gz", hash = "sha256:ea45e099f242de1bb53018c238f408a5bb6c82007bc687aefcbeaa0e1c2e935a"}, ] [package.dependencies] @@ -2067,4 +2067,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<4" -content-hash = "64f1c7502a65edbf67305445ca027dd2586eec1e5848a340fab1ba17b72be9fb" +content-hash = "da874a900f38d5a93ee2fac2a88fb66e3728fb22d131ba63bfcd4a9e5e32ac73" diff --git a/pyproject.toml b/pyproject.toml index 9bceed7..bd54018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pytest-mock = "3.14.0" pytest-randomly = "3.15.0" python-semantic-release = "7.33.3" requests-mock = "1.12.1" -syrupy = "4.6.1" +syrupy = "4.7.2" ruff = "0.5.7" [tool.ruff.lint]