diff --git a/backend/poetry.lock b/backend/poetry.lock index 64ee57204..ca8f7a589 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1835,13 +1835,13 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "syrupy" -version = "4.8.0" +version = "4.8.1" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.8.0-py3-none-any.whl", hash = "sha256:544f4ec6306f4b1c460fdab48fd60b2c7fe54a6c0a8243aeea15f9ad9c638c3f"}, - {file = "syrupy-4.8.0.tar.gz", hash = "sha256:648f0e9303aaa8387c8365d7314784c09a6bab0a407455c6a01d6a4f5c6a8ede"}, + {file = "syrupy-4.8.1-py3-none-any.whl", hash = "sha256:274f97cbaf44175f5e478a2f3a53559d31f41c66c6bf28131695f94ac893ea00"}, + {file = "syrupy-4.8.1.tar.gz", hash = "sha256:8da8c0311e6d92de0b15767768c6ab98982b7b4a4c67083c08fbac3fbad4d44c"}, ] [package.dependencies] @@ -1970,4 +1970,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1910ce22b30eb5e1ad54c775d6bdf9096496c2721c363d37d016bd9c8e1dd7a5" +content-hash = "e4955540eaab480f95f7b21c6f0c6997b9e692fc82afce6c113bbf27b0c4e903" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6e3d41f81..8a59b97fd 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -63,7 +63,7 @@ pytest-mock = "3.14.0" pytest-randomly = "3.15.0" requests-mock = "1.12.1" lxml = "5.3.0" -syrupy = "^4.8.0" +syrupy = "^4.8.1" pytest-freezer = "^0.4.8" [tool.pytest.ini_options]