diff --git a/poetry.lock b/poetry.lock index 4b1ff6d..92c62fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1968,13 +1968,13 @@ files = [ [[package]] name = "syrupy" -version = "4.7.2" +version = "4.8.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.7.2-py3-none-any.whl", hash = "sha256:eae7ba6be5aed190237caa93be288e97ca1eec5ca58760e4818972a10c4acc64"}, - {file = "syrupy-4.7.2.tar.gz", hash = "sha256:ea45e099f242de1bb53018c238f408a5bb6c82007bc687aefcbeaa0e1c2e935a"}, + {file = "syrupy-4.8.0-py3-none-any.whl", hash = "sha256:544f4ec6306f4b1c460fdab48fd60b2c7fe54a6c0a8243aeea15f9ad9c638c3f"}, + {file = "syrupy-4.8.0.tar.gz", hash = "sha256:648f0e9303aaa8387c8365d7314784c09a6bab0a407455c6a01d6a4f5c6a8ede"}, ] [package.dependencies] @@ -2173,4 +2173,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5e8063b8cc5cab07305870bbfeb985d7465fd2aa5cff1c5a49a808c595f9013f" +content-hash = "f63bd2096498ddc807a9e40f96db0d45e5d1b7112bb89678a591fad9770570d8" diff --git a/pyproject.toml b/pyproject.toml index 10533e7..9f14ebd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest-cov = "5.0.0" ruff = "0.8.0" safety = "3.2.11" yamllint = "1.35.1" -syrupy = "4.7.2" +syrupy = "4.8.0" aioresponses = "0.7.7" [tool.poetry.urls]